Html Css Color HEX #A16A61 Dark Chestnut

📋 copy color: '#A16A61'

red 161 ◦ green 106 ◦ blue 97

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

Shades of Dark Chestnut #A16A61

Tints of Dark Chestnut #A16A61

RGB

 RED value IS 161 (63.28% from 255) = 44.23%

 GREEN value IS 106 (41.8% from 255) = 29.12%

 BLUE value IS 97 (38.28% from 255) = 26.65%

R = 44.23%
G = 29.12%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A16A61 (or 0xA16A61) is known color: Dark Chestnut. HEX triplet: A1, 6A and 61. RGB value is (161,106,97). Sum of RGB (Red+Green+Blue) = 161+106+97=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16A61 is #5E959E. Grayscale: #797979. Windows color (decimal): -6198687 or 6384289. OLE color: 6384289.

HSL color Cylindrical-coordinate representation of color #A16A61: hue angle of 8.44º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A16A61 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 106 97 -
CMYK 0 0.34 0.40 0.37
HSL 8.44º 0.25% 0.51% -
HSV(B) 8.44º 0.4% 0.63% -
XYZ 22.01 18.75 13.77 -
YUV 121.42 114.22 156.23 -
System Red Green Blue C M Y K H S L
Decimal 161 106 97 0 0.34 0.40 0.37 8.44 0.25 0.51
Hex A1 6A 61 0 22 28 25 8 19 33
Octal 241 152 141 0 42 50 45 10 31 63
Binary 10100001 1101010 1100001 0 100010 101000 100101 1000 11001 110011

Color Harmonies of #A16A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16A61

Black with #A16A61

Text Example


Text Example

White with #A16A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16A61; }

 p { color: rgb(161,106,97); }

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

background-color css

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

 a { background-color: rgb(161,106,97); }

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

border-color css

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

 span { border-color: rgb(161,106,97); }

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