Html Css Color HEX #A16963 Dark Chestnut

📋 copy color: '#A16963'

red 161 ◦ green 105 ◦ blue 99

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

Shades of Dark Chestnut #A16963

Tints of Dark Chestnut #A16963

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.77%

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

R = 44.11%
G = 28.77%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A16963 (or 0xA16963) is known color: Dark Chestnut. HEX triplet: A1, 69 and 63. RGB value is (161,105,99). Sum of RGB (Red+Green+Blue) = 161+105+99=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A16963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16963 is #5E969C. Grayscale: #797979. Windows color (decimal): -6198941 or 6515105. OLE color: 6515105.

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

Color convert

RGB 161 105 99 -
CMYK 0 0.35 0.39 0.37
HSL 5.81º 0.25% 0.51% -
HSV(B) 5.81º 0.39% 0.63% -
XYZ 22 18.58 14.23 -
YUV 121.06 115.55 156.49 -
System Red Green Blue C M Y K H S L
Decimal 161 105 99 0 0.35 0.39 0.37 5.81 0.25 0.51
Hex A1 69 63 0 23 27 25 6 19 33
Octal 241 151 143 0 43 47 45 6 31 63
Binary 10100001 1101001 1100011 0 100011 100111 100101 110 11001 110011

Color Harmonies of #A16963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16963

Black with #A16963

Text Example


Text Example

White with #A16963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16963; }

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

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

background-color css

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

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

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

border-color css

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

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

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