#A78402

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

Shades of Dark Goldenrod #A78402

Tints of Dark Goldenrod #A78402

Color information

#A78402 (or 0xA78402) is unknown color: approx Dark Goldenrod. HEX triplet: A7, 84 and 02. RGB value is (167,132,2). Sum of RGB (Red+Green+Blue) = 167+132+2=301 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.48% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 167 - color contains mainly: red. Hex color #A78402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78402 is #587BFD. Grayscale: #808080. Windows color (decimal): -5798910 or 165031. OLE color: 165031.

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

Color convert

RGB1671322-
CMYK00.210.990.35
HSL47.27º97.63%33.14%-
HSV(B)47.27º98.8%65.49%-
XYZ24.224.723.55-
YUV127.6457.1156.07-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 55.48%
GREEN value IS 132 (51.95% from 255) = 43.85%
BLUE value IS 2 (1.17% from 255) = 0.66%
R=55.48%
G=43.85%
B=0.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167132200.210.990.3547.2797.6333.14
HexA784201563232f6221
Octal2472042025143435714241
Binary10100111100001001001010111000111000111011111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78402; }

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

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

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

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

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

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

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

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