#A78002

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

Shades of Dark Goldenrod #A78002

Tints of Dark Goldenrod #A78002

Color information

#A78002 (or 0xA78002) is unknown color: approx Dark Goldenrod. HEX triplet: A7, 80 and 02. RGB value is (167,128,2). Sum of RGB (Red+Green+Blue) = 167+128+2=297 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.23% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 167 - color contains mainly: red. Hex color #A78002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78002 is #587FFD. Grayscale: #7D7D7D. Windows color (decimal): -5799934 or 164007. OLE color: 164007.

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

Color convert

RGB1671282-
CMYK00.230.990.35
HSL45.82º97.63%33.14%-
HSV(B)45.82º98.8%65.49%-
XYZ23.6723.663.38-
YUV125.358.42157.75-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 56.23%
GREEN value IS 128 (50.39% from 255) = 43.10%
BLUE value IS 2 (1.17% from 255) = 0.67%
R=56.23%
G=43.10%
B=0.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167128200.230.990.3545.8297.6333.14
HexA780201763232e6221
Octal2472002027143435614241
Binary10100111100000001001011111000111000111011101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78002; }

 p { color: rgb(167,128,2); }

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

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

 a { background-color: rgb(167,128,2); }

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

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

 span { border-color: rgb(167,128,2); }

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