Html Css Color HEX #A97702 Dark Goldenrod

📋 copy color: '#A97702'

red 169 ◦ green 119 ◦ blue 2

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

Shades of Dark Goldenrod #A97702

Tints of Dark Goldenrod #A97702

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.03%

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

R = 58.28%
G = 41.03%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A97702 (or 0xA97702) is known color: Dark Goldenrod. HEX triplet: A9, 77 and 02. RGB value is (169,119,2). Sum of RGB (Red+Green+Blue) = 169+119+2=290 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.28% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 2 (1.17% from 255 or 0.69% from 290); Max value from RGB is 169 - color contains mainly: red. Hex color #A97702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97702 is #5688FD. Grayscale: #797979. Windows color (decimal): -5671166 or 161705. OLE color: 161705.

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

Color convert

RGB 169 119 2 -
CMYK 0 0.30 0.99 0.34
HSL 42.04º 0.98% 0.34% -
HSV(B) 42.04º 0.99% 0.66% -
XYZ 22.97 21.63 3.02 -
YUV 120.61 61.07 162.51 -
System Red Green Blue C M Y K H S L
Decimal 169 119 2 0 0.30 0.99 0.34 42.04 0.98 0.34
Hex A9 77 2 0 1E 63 22 2A 62 22
Octal 251 167 2 0 36 143 42 52 142 42
Binary 10101001 1110111 10 0 11110 1100011 100010 101010 1100010 100010

Color Harmonies of #A97702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97702

Black with #A97702

Text Example


Text Example

White with #A97702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97702; }

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

 H1.HeaderClassName
 {
   color: #A97702;
 }
 .AnyTagClassName
 {
   color: #A97702;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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