#A78E06

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

Shades of Dark Goldenrod #A78E06

Tints of Dark Goldenrod #A78E06

Color information

#A78E06 (or 0xA78E06) is unknown color: approx Dark Goldenrod. HEX triplet: A7, 8E and 06. RGB value is (167,142,6). Sum of RGB (Red+Green+Blue) = 167+142+6=315 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.02% from 315); Green value is 142 (55.86% from 255 or 45.08% from 315); Blue value is 6 (2.73% from 255 or 1.90% from 315); Max value from RGB is 167 - color contains mainly: red. Hex color #A78E06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78E06 is #5871F9. Grayscale: #868686. Windows color (decimal): -5796346 or 429735. OLE color: 429735.

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

Color convert

RGB1671426-
CMYK00.150.960.35
HSL50.68º93.06%33.92%-
HSV(B)50.68º96.41%65.49%-
XYZ25.6427.574.14-
YUV133.9755.78151.56-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.02%
GREEN value IS 142 (55.86% from 255) = 45.08%
BLUE value IS 6 (2.73% from 255) = 1.90%
R=53.02%
G=45.08%
B=1.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167142600.150.960.3550.6893.0633.92
HexA78E60F6023335d22
Octal2472166017140436313542
Binary10100111100011101100111111000001000111100111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78E06; }

 p { color: rgb(167,142,6); }

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

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

 a { background-color: rgb(167,142,6); }

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

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

 span { border-color: rgb(167,142,6); }

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