Html Css Color HEX #A97115 Golden Brown

📋 copy color: '#A97115'

red 169 ◦ green 113 ◦ blue 21

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

Shades of Golden Brown #A97115

Tints of Golden Brown #A97115

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.29%

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

R = 55.78%
G = 37.29%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A97115 (or 0xA97115) is known color: Golden Brown. HEX triplet: A9, 71 and 15. RGB value is (169,113,21). Sum of RGB (Red+Green+Blue) = 169+113+21=303 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.78% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 169 - color contains mainly: red. Hex color #A97115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97115 is #568EEA. Grayscale: #777777. Windows color (decimal): -5672683 or 1405353. OLE color: 1405353.

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

Color convert

RGB 169 113 21 -
CMYK 0 0.33 0.88 0.34
HSL 37.3º 0.78% 0.37% -
HSV(B) 37.3º 0.88% 0.66% -
XYZ 22.4 20.3 3.45 -
YUV 119.26 72.55 163.48 -
System Red Green Blue C M Y K H S L
Decimal 169 113 21 0 0.33 0.88 0.34 37.3 0.78 0.37
Hex A9 71 15 0 21 58 22 25 4E 25
Octal 251 161 25 0 41 130 42 45 116 45
Binary 10101001 1110001 10101 0 100001 1011000 100010 100101 1001110 100101

Color Harmonies of #A97115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97115

Black with #A97115

Text Example


Text Example

White with #A97115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97115; }

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

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

background-color css

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

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

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

border-color css

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

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

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