Html Css Color HEX #A96116 Golden Brown

📋 copy color: '#A96116'

red 169 ◦ green 97 ◦ blue 22

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

Shades of Golden Brown #A96116

Tints of Golden Brown #A96116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.64%

R = 58.68%
G = 33.68%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.34

RGB Variations

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

Color information

#A96116 (or 0xA96116) is known color: Golden Brown. HEX triplet: A9, 61 and 16. RGB value is (169,97,22). Sum of RGB (Red+Green+Blue) = 169+97+22=288 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.68% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 22 (8.98% from 255 or 7.64% from 288); Max value from RGB is 169 - color contains mainly: red. Hex color #A96116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96116 is #569EE9. Grayscale: #6E6E6E. Windows color (decimal): -5676778 or 1466793. OLE color: 1466793.

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

Color convert

RGB 169 97 22 -
CMYK 0 0.43 0.87 0.34
HSL 30.61º 0.77% 0.37% -
HSV(B) 30.61º 0.87% 0.66% -
XYZ 20.78 17.04 2.95 -
YUV 109.98 78.35 170.1 -
System Red Green Blue C M Y K H S L
Decimal 169 97 22 0 0.43 0.87 0.34 30.61 0.77 0.37
Hex A9 61 16 0 2B 57 22 1F 4D 25
Octal 251 141 26 0 53 127 42 37 115 45
Binary 10101001 1100001 10110 0 101011 1010111 100010 11111 1001101 100101

Color Harmonies of #A96116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96116

Black with #A96116

Text Example


Text Example

White with #A96116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96116; }

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

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

background-color css

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

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

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

border-color css

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

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

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