#A97602

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

Shades of Dark Goldenrod #A97602

Tints of Dark Goldenrod #A97602

Color information

#A97602 (or 0xA97602) is unknown color: approx Dark Goldenrod. HEX triplet: A9, 76 and 02. RGB value is (169,118,2). Sum of RGB (Red+Green+Blue) = 169+118+2=289 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.48% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 169 - color contains mainly: red. Hex color #A97602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97602 is #5689FD. Grayscale: #787878. Windows color (decimal): -5671422 or 161449. OLE color: 161449.

HSL color Cylindrical-coordinate representation of color #A97602: hue angle of 41.68º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A97602 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB1691182-
CMYK00.300.990.34
HSL41.68º97.66%33.53%-
HSV(B)41.68º98.82%66.27%-
XYZ22.8521.42.98-
YUV120.0261.4162.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 58.48%
GREEN value IS 118 (46.48% from 255) = 40.83%
BLUE value IS 2 (1.17% from 255) = 0.69%
R=58.48%
G=40.83%
B=0.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.99
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169118200.300.990.3441.6897.6633.53
HexA976201E63222a6222
Octal2511662036143425214242
Binary1010100111101101001111011000111000101010101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97602; }

 p { color: rgb(169,118,2); }

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

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

 a { background-color: rgb(169,118,2); }

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

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

 span { border-color: rgb(169,118,2); }

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