#A67808

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

Shades of Dark Goldenrod #A67808

Tints of Dark Goldenrod #A67808

Color information

#A67808 (or 0xA67808) is unknown color: approx Dark Goldenrod. HEX triplet: A6, 78 and 08. RGB value is (166,120,8). Sum of RGB (Red+Green+Blue) = 166+120+8=294 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.46% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 8 (3.52% from 255 or 2.72% from 294); Max value from RGB is 166 - color contains mainly: red. Hex color #A67808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67808 is #5987F7. Grayscale: #797979. Windows color (decimal): -5867512 or 555174. OLE color: 555174.

HSL color Cylindrical-coordinate representation of color #A67808: hue angle of 42.53º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A67808 is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB1661208-
CMYK00.280.950.35
HSL42.53º90.8%34.12%-
HSV(B)42.53º95.18%65.1%-
XYZ22.4921.563.21-
YUV120.9964.24160.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.46%
GREEN value IS 120 (47.27% from 255) = 40.82%
BLUE value IS 8 (3.52% from 255) = 2.72%
R=56.46%
G=40.82%
B=2.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166120800.280.950.3542.5390.834.12
HexA678801C5F232b5b22
Octal24617010034137435313342
Binary101001101111000100001110010111111000111010111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67808; }

 p { color: rgb(166,120,8); }

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

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

 a { background-color: rgb(166,120,8); }

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

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

 span { border-color: rgb(166,120,8); }

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