Html Css Color HEX #A97201 Dark Goldenrod

📋 copy color: '#A97201'

red 169 ◦ green 114 ◦ blue 1

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

Shades of Dark Goldenrod #A97201

Tints of Dark Goldenrod #A97201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 59.51%
G = 40.14%
B = 0.35%

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

#A97201 (or 0xA97201) is known color: Dark Goldenrod. HEX triplet: A9, 72 and 01. RGB value is (169,114,1). Sum of RGB (Red+Green+Blue) = 169+114+1=284 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.51% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 169 - color contains mainly: red. Hex color #A97201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97201 is #568DFE. Grayscale: #767676. Windows color (decimal): -5672447 or 94889. OLE color: 94889.

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

Color convert

RGB 169 114 1 -
CMYK 0 0.33 0.99 0.34
HSL 40.36º 0.99% 0.33% -
HSV(B) 40.36º 0.99% 0.66% -
XYZ 22.38 20.47 2.8 -
YUV 117.56 62.22 164.69 -
System Red Green Blue C M Y K H S L
Decimal 169 114 1 0 0.33 0.99 0.34 40.36 0.99 0.33
Hex A9 72 1 0 21 63 22 28 63 21
Octal 251 162 1 0 41 143 42 50 143 41
Binary 10101001 1110010 1 0 100001 1100011 100010 101000 1100011 100001

Color Harmonies of #A97201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97201

Black with #A97201

Text Example


Text Example

White with #A97201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97201; }

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

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

background-color css

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

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

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

border-color css

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

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

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