Html Css Color HEX #A96115 Golden Brown

📋 copy color: '#A96115'

red 169 ◦ green 97 ◦ blue 21

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

Shades of Golden Brown #A96115

Tints of Golden Brown #A96115

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.8%

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

R = 58.89%
G = 33.8%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A96115 (or 0xA96115) is known color: Golden Brown. HEX triplet: A9, 61 and 15. RGB value is (169,97,21). Sum of RGB (Red+Green+Blue) = 169+97+21=287 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.89% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 169 - color contains mainly: red. Hex color #A96115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96115 is #569EEA. Grayscale: #6E6E6E. Windows color (decimal): -5676779 or 1401257. OLE color: 1401257.

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

Color convert

RGB 169 97 21 -
CMYK 0 0.43 0.88 0.34
HSL 30.81º 0.78% 0.37% -
HSV(B) 30.81º 0.88% 0.66% -
XYZ 20.77 17.04 2.9 -
YUV 109.86 77.85 170.18 -
System Red Green Blue C M Y K H S L
Decimal 169 97 21 0 0.43 0.88 0.34 30.81 0.78 0.37
Hex A9 61 15 0 2B 58 22 1F 4E 25
Octal 251 141 25 0 53 130 42 37 116 45
Binary 10101001 1100001 10101 0 101011 1011000 100010 11111 1001110 100101

Color Harmonies of #A96115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96115

Black with #A96115

Text Example


Text Example

White with #A96115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96115; }

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

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

background-color css

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

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

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

border-color css

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

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

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