Html Css Color HEX #A97015 Golden Brown

📋 copy color: '#A97015'

red 169 ◦ green 112 ◦ blue 21

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

Shades of Golden Brown #A97015

Tints of Golden Brown #A97015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.95%

R = 55.96%
G = 37.09%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A97015 (or 0xA97015) is known color: Golden Brown. HEX triplet: A9, 70 and 15. RGB value is (169,112,21). Sum of RGB (Red+Green+Blue) = 169+112+21=302 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.96% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 169 - color contains mainly: red. Hex color #A97015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97015 is #568FEA. Grayscale: #777777. Windows color (decimal): -5672939 or 1405097. OLE color: 1405097.

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

Color convert

RGB 169 112 21 -
CMYK 0 0.34 0.88 0.34
HSL 36.89º 0.78% 0.37% -
HSV(B) 36.89º 0.88% 0.66% -
XYZ 22.29 20.08 3.41 -
YUV 118.67 72.88 163.9 -
System Red Green Blue C M Y K H S L
Decimal 169 112 21 0 0.34 0.88 0.34 36.89 0.78 0.37
Hex A9 70 15 0 22 58 22 25 4E 25
Octal 251 160 25 0 42 130 42 45 116 45
Binary 10101001 1110000 10101 0 100010 1011000 100010 100101 1001110 100101

Color Harmonies of #A97015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97015

Black with #A97015

Text Example


Text Example

White with #A97015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97015; }

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

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

background-color css

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

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

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

border-color css

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

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

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