#A78506

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

Shades of Dark Goldenrod #A78506

Tints of Dark Goldenrod #A78506

Color information

#A78506 (or 0xA78506) is unknown color: approx Dark Goldenrod. HEX triplet: A7, 85 and 06. RGB value is (167,133,6). Sum of RGB (Red+Green+Blue) = 167+133+6=306 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.58% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 6 (2.73% from 255 or 1.96% from 306); Max value from RGB is 167 - color contains mainly: red. Hex color #A78506 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78506 is #587AF9. Grayscale: #818181. Windows color (decimal): -5798650 or 427431. OLE color: 427431.

HSL color Cylindrical-coordinate representation of color #A78506: hue angle of 47.33º 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 #A78506 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB1671336-
CMYK00.200.960.35
HSL47.33º93.06%33.92%-
HSV(B)47.33º96.41%65.49%-
XYZ24.36253.71-
YUV128.6958.76155.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.58%
GREEN value IS 133 (52.34% from 255) = 43.46%
BLUE value IS 6 (2.73% from 255) = 1.96%
R=54.58%
G=43.46%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167133600.200.960.3547.3393.0633.92
HexA785601460232f5d22
Octal2472056024140435713542
Binary101001111000010111001010011000001000111011111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78506; }

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

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

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

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

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

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

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

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