Html Css Color HEX #A16861 Dark Chestnut

📋 copy color: '#A16861'

red 161 ◦ green 104 ◦ blue 97

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

Shades of Dark Chestnut #A16861

Tints of Dark Chestnut #A16861

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.73%

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

R = 44.48%
G = 28.73%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A16861 (or 0xA16861) is known color: Dark Chestnut. HEX triplet: A1, 68 and 61. RGB value is (161,104,97). Sum of RGB (Red+Green+Blue) = 161+104+97=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A16861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16861 is #5E979E. Grayscale: #787878. Windows color (decimal): -6199199 or 6383777. OLE color: 6383777.

HSL color Cylindrical-coordinate representation of color #A16861: hue angle of 6.56º 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 #A16861 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 104 97 -
CMYK 0 0.35 0.40 0.37
HSL 6.56º 0.25% 0.51% -
HSV(B) 6.56º 0.4% 0.63% -
XYZ 21.81 18.34 13.7 -
YUV 120.25 114.88 157.07 -
System Red Green Blue C M Y K H S L
Decimal 161 104 97 0 0.35 0.40 0.37 6.56 0.25 0.51
Hex A1 68 61 0 23 28 25 7 19 33
Octal 241 150 141 0 43 50 45 7 31 63
Binary 10100001 1101000 1100001 0 100011 101000 100101 111 11001 110011

Color Harmonies of #A16861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16861

Black with #A16861

Text Example


Text Example

White with #A16861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16861; }

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

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

background-color css

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

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

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

border-color css

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

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

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