#A77702

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

Shades of Dark Goldenrod #A77702

Tints of Dark Goldenrod #A77702

Color information

#A77702 (or 0xA77702) is unknown color: approx Dark Goldenrod. HEX triplet: A7, 77 and 02. RGB value is (167,119,2). Sum of RGB (Red+Green+Blue) = 167+119+2=288 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.99% from 288); Green value is 119 (46.88% from 255 or 41.32% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 167 - color contains mainly: red. Hex color #A77702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77702 is #5888FD. Grayscale: #787878. Windows color (decimal): -5802238 or 161703. OLE color: 161703.

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

Color convert

RGB1671192-
CMYK00.290.990.35
HSL42.55º97.63%33.14%-
HSV(B)42.55º98.8%65.49%-
XYZ22.5421.413-
YUV120.0161.4161.51-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 57.99%
GREEN value IS 119 (46.88% from 255) = 41.32%
BLUE value IS 2 (1.17% from 255) = 0.69%
R=57.99%
G=41.32%
B=0.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167119200.290.990.3542.5597.6333.14
HexA777201D63232b6221
Octal2471672035143435314241
Binary1010011111101111001110111000111000111010111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77702; }

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

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

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

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

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

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

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

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