Html Css Color HEX #A97302 Dark Goldenrod

📋 copy color: '#A97302'

red 169 ◦ green 115 ◦ blue 2

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

Shades of Dark Goldenrod #A97302

Tints of Dark Goldenrod #A97302

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.21%

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

R = 59.09%
G = 40.21%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A97302 (or 0xA97302) is known color: Dark Goldenrod. HEX triplet: A9, 73 and 02. RGB value is (169,115,2). Sum of RGB (Red+Green+Blue) = 169+115+2=286 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.09% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 169 - color contains mainly: red. Hex color #A97302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97302 is #568CFD. Grayscale: #767676. Windows color (decimal): -5672190 or 160681. OLE color: 160681.

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

Color convert

RGB 169 115 2 -
CMYK 0 0.32 0.99 0.34
HSL 40.6º 0.98% 0.34% -
HSV(B) 40.6º 0.99% 0.66% -
XYZ 22.5 20.7 2.87 -
YUV 118.26 62.39 164.19 -
System Red Green Blue C M Y K H S L
Decimal 169 115 2 0 0.32 0.99 0.34 40.6 0.98 0.34
Hex A9 73 2 0 20 63 22 29 62 22
Octal 251 163 2 0 40 143 42 51 142 42
Binary 10101001 1110011 10 0 100000 1100011 100010 101001 1100010 100010

Color Harmonies of #A97302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97302

Black with #A97302

Text Example


Text Example

White with #A97302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97302; }

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

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

background-color css

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

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

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

border-color css

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

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

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