Html Css Color HEX #A16760 Dark Chestnut

📋 copy color: '#A16760'

red 161 ◦ green 103 ◦ blue 96

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

Shades of Dark Chestnut #A16760

Tints of Dark Chestnut #A16760

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.61%

 BLUE value IS 96 (37.89% from 255) = 26.67%

R = 44.72%
G = 28.61%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A16760 (or 0xA16760) is known color: Dark Chestnut. HEX triplet: A1, 67 and 60. RGB value is (161,103,96). Sum of RGB (Red+Green+Blue) = 161+103+96=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A16760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16760 is #5E989F. Grayscale: #777777. Windows color (decimal): -6199456 or 6317985. OLE color: 6317985.

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

Color convert

RGB 161 103 96 -
CMYK 0 0.36 0.40 0.37
HSL 6.46º 0.26% 0.5% -
HSV(B) 6.46º 0.4% 0.63% -
XYZ 21.66 18.12 13.42 -
YUV 119.54 114.72 157.57 -
System Red Green Blue C M Y K H S L
Decimal 161 103 96 0 0.36 0.40 0.37 6.46 0.26 0.5
Hex A1 67 60 0 24 28 25 6 1A 32
Octal 241 147 140 0 44 50 45 6 32 62
Binary 10100001 1100111 1100000 0 100100 101000 100101 110 11010 110010

Color Harmonies of #A16760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16760

Black with #A16760

Text Example


Text Example

White with #A16760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16760; }

 p { color: rgb(161,103,96); }

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

background-color css

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

 a { background-color: rgb(161,103,96); }

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

border-color css

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

 span { border-color: rgb(161,103,96); }

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