#A68C00

Color #A68C00 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #A68C00

Tints of Dark Goldenrod #A68C00

Color information

#A68C00 (or 0xA68C00) is unknown color: approx Dark Goldenrod. HEX triplet: A6, 8C and 00. RGB value is (166,140,0). Sum of RGB (Red+Green+Blue) = 166+140+0=306 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.25% from 306); Green value is 140 (55.08% from 255 or 45.75% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68C00 is #5973FF. Grayscale: #848484. Windows color (decimal): -5862400 or 36006. OLE color: 36006.

HSL color Cylindrical-coordinate representation of color #A68C00: hue angle of 50.6º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A68C00 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB1661400-
CMYK00.1610.35
HSL50.6º100%32.55%-
HSV(B)50.6º100%65.1%-
XYZ25.126.863.86-
YUV131.8153.61152.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 54.25%
GREEN value IS 140 (55.08% from 255) = 45.75%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.25%
G=45.75%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166140000.1610.3550.610032.55
HexA68C00106423336421
Octal2462140020144436314441
Binary1010011010001100001000011001001000111100111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68C00; }

 p { color: rgb(166,140,0); }

 H1.HeaderClassName
 {
   color: #A68C00;
 }
 .AnyTagClassName
 {
   color: #A68C00;
 }
</style>
background-color css

<style>
 a { background-color: #A68C00; }

 a { background-color: rgb(166,140,0); }

 div.DivClassName
 {
   background-color: #A68C00;
 }
 .BgClassName
 {
   background-color: #A68C00;
 }
</style>
border-color css

<style>
 span { border-color: #A68C00; }

 span { border-color: rgb(166,140,0); }

 td.TdClassName
 {
   border-color: #A68C00;
 }
 .TagClassName
 {
   border-color: #A68C00;
 }
</style>