#A97202

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

Shades of Dark Goldenrod #A97202

Tints of Dark Goldenrod #A97202

Color information

#A97202 (or 0xA97202) is unknown color: approx Dark Goldenrod. HEX triplet: A9, 72 and 02. RGB value is (169,114,2). Sum of RGB (Red+Green+Blue) = 169+114+2=285 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.30% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 169 - color contains mainly: red. Hex color #A97202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97202 is #568DFD. Grayscale: #767676. Windows color (decimal): -5672446 or 160425. OLE color: 160425.

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

Color convert

RGB1691142-
CMYK00.330.990.34
HSL40.24º97.66%33.53%-
HSV(B)40.24º98.82%66.27%-
XYZ22.3920.472.83-
YUV117.6862.72164.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 59.30%
GREEN value IS 114 (44.92% from 255) = 40%
BLUE value IS 2 (1.17% from 255) = 0.70%
R=59.30%
G=40%
B=0.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.99
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169114200.330.990.3440.2497.6633.53
HexA97220216322286222
Octal2511622041143425014242
Binary10101001111001010010000111000111000101010001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97202; }

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

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

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

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

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

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

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

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