Html Css Color HEX #A97202 Dark Goldenrod

📋 copy color: '#A97202'

red 169 ◦ green 114 ◦ blue 2

#A97202
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #A97202

Tints of Dark Goldenrod #A97202

RGB

 RED value IS 169 (66.41% from 255) = 59.3%

 GREEN value IS 114 (44.92% from 255) = 40%

 BLUE value IS 2 (1.17% from 255) = 0.7%

R = 59.3%
G = 40%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A97202 (or 0xA97202) is known color: 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

RGB 169 114 2 -
CMYK 0 0.33 0.99 0.34
HSL 40.24º 0.98% 0.34% -
HSV(B) 40.24º 0.99% 0.66% -
XYZ 22.39 20.47 2.83 -
YUV 117.68 62.72 164.61 -
System Red Green Blue C M Y K H S L
Decimal 169 114 2 0 0.33 0.99 0.34 40.24 0.98 0.34
Hex A9 72 2 0 21 63 22 28 62 22
Octal 251 162 2 0 41 143 42 50 142 42
Binary 10101001 1110010 10 0 100001 1100011 100010 101000 1100010 100010

Color Harmonies of #A97202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97202

Black with #A97202

Text Example


Text Example

White with #A97202

Text Example


Text Example

HTML Codes & Css Web 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>