Html Css Color HEX #A16B60 Au Chico

📋 copy color: '#A16B60'

red 161 ◦ green 107 ◦ blue 96

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

Shades of Au Chico #A16B60

Tints of Au Chico #A16B60

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.4%

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

R = 44.23%
G = 29.4%
B = 26.37%

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

#A16B60 (or 0xA16B60) is known color: Au Chico. HEX triplet: A1, 6B and 60. RGB value is (161,107,96). Sum of RGB (Red+Green+Blue) = 161+107+96=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 161 - color contains mainly: red. Hex color #A16B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16B60 is #5E949F. Grayscale: #797979. Windows color (decimal): -6198432 or 6319009. OLE color: 6319009.

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

Color convert

RGB 161 107 96 -
CMYK 0 0.34 0.40 0.37
HSL 10.15º 0.26% 0.5% -
HSV(B) 10.15º 0.4% 0.63% -
XYZ 22.07 18.94 13.56 -
YUV 121.89 113.39 155.89 -
System Red Green Blue C M Y K H S L
Decimal 161 107 96 0 0.34 0.40 0.37 10.15 0.26 0.5
Hex A1 6B 60 0 22 28 25 A 1A 32
Octal 241 153 140 0 42 50 45 12 32 62
Binary 10100001 1101011 1100000 0 100010 101000 100101 1010 11010 110010

Color Harmonies of #A16B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16B60

Black with #A16B60

Text Example


Text Example

White with #A16B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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