Html Css Color HEX #A16C63 Dark Chestnut

📋 copy color: '#A16C63'

red 161 ◦ green 108 ◦ blue 99

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

Shades of Dark Chestnut #A16C63

Tints of Dark Chestnut #A16C63

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.35%

 BLUE value IS 99 (39.06% from 255) = 26.9%

R = 43.75%
G = 29.35%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A16C63 (or 0xA16C63) is known color: Dark Chestnut. HEX triplet: A1, 6C and 63. RGB value is (161,108,99). Sum of RGB (Red+Green+Blue) = 161+108+99=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16C63 is #5E939C. Grayscale: #7A7A7A. Windows color (decimal): -6198173 or 6515873. OLE color: 6515873.

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

Color convert

RGB 161 108 99 -
CMYK 0 0.33 0.39 0.37
HSL 8.71º 0.25% 0.51% -
HSV(B) 8.71º 0.39% 0.63% -
XYZ 22.31 19.2 14.33 -
YUV 122.82 114.56 155.23 -
System Red Green Blue C M Y K H S L
Decimal 161 108 99 0 0.33 0.39 0.37 8.71 0.25 0.51
Hex A1 6C 63 0 21 27 25 9 19 33
Octal 241 154 143 0 41 47 45 11 31 63
Binary 10100001 1101100 1100011 0 100001 100111 100101 1001 11001 110011

Color Harmonies of #A16C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16C63

Black with #A16C63

Text Example


Text Example

White with #A16C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16C63; }

 p { color: rgb(161,108,99); }

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

background-color css

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

 a { background-color: rgb(161,108,99); }

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

border-color css

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

 span { border-color: rgb(161,108,99); }

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