Html Css Color HEX #A97001 Golden Brown

📋 copy color: '#A97001'

red 169 ◦ green 112 ◦ blue 1

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

Shades of Golden Brown #A97001

Tints of Golden Brown #A97001

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.72%

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

R = 59.93%
G = 39.72%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A97001 (or 0xA97001) is known color: Golden Brown. HEX triplet: A9, 70 and 01. RGB value is (169,112,1). Sum of RGB (Red+Green+Blue) = 169+112+1=282 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.93% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 169 - color contains mainly: red. Hex color #A97001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97001 is #568FFE. Grayscale: #747474. Windows color (decimal): -5672959 or 94377. OLE color: 94377.

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

Color convert

RGB 169 112 1 -
CMYK 0 0.34 0.99 0.34
HSL 39.64º 0.99% 0.33% -
HSV(B) 39.64º 0.99% 0.66% -
XYZ 22.16 20.03 2.73 -
YUV 116.39 62.88 165.53 -
System Red Green Blue C M Y K H S L
Decimal 169 112 1 0 0.34 0.99 0.34 39.64 0.99 0.33
Hex A9 70 1 0 22 63 22 28 63 21
Octal 251 160 1 0 42 143 42 50 143 41
Binary 10101001 1110000 1 0 100010 1100011 100010 101000 1100011 100001

Color Harmonies of #A97001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97001

Black with #A97001

Text Example


Text Example

White with #A97001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97001; }

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

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

background-color css

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

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

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

border-color css

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

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

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