#A67704

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

Shades of Dark Goldenrod #A67704

Tints of Dark Goldenrod #A67704

Color information

#A67704 (or 0xA67704) is unknown color: approx Dark Goldenrod. HEX triplet: A6, 77 and 04. RGB value is (166,119,4). Sum of RGB (Red+Green+Blue) = 166+119+4=289 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.44% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 166 - color contains mainly: red. Hex color #A67704 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67704 is #5988FB. Grayscale: #787878. Windows color (decimal): -5867772 or 292774. OLE color: 292774.

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

Color convert

RGB1661194-
CMYK00.280.980.35
HSL42.59º95.29%33.33%-
HSV(B)42.59º97.59%65.1%-
XYZ22.3421.313.05-
YUV119.9462.57160.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.44%
GREEN value IS 119 (46.88% from 255) = 41.18%
BLUE value IS 4 (1.95% from 255) = 1.38%
R=57.44%
G=41.18%
B=1.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166119400.280.980.3542.5995.2933.33
HexA677401C62232b5f21
Octal2461674034142435313741
Binary10100110111011110001110011000101000111010111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67704; }

 p { color: rgb(166,119,4); }

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

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

 a { background-color: rgb(166,119,4); }

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

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

 span { border-color: rgb(166,119,4); }

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