Html Css Color HEX #A16057 Au Chico

📋 copy color: '#A16057'

red 161 ◦ green 96 ◦ blue 87

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

Shades of Au Chico #A16057

Tints of Au Chico #A16057

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.91%

 BLUE value IS 87 (34.38% from 255) = 25.29%

R = 46.8%
G = 27.91%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A16057 (or 0xA16057) is known color: Au Chico. HEX triplet: A1, 60 and 57. RGB value is (161,96,87). Sum of RGB (Red+Green+Blue) = 161+96+87=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 161 - color contains mainly: red. Hex color #A16057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16057 is #5E9FA8. Grayscale: #727272. Windows color (decimal): -6201257 or 5726369. OLE color: 5726369.

HSL color Cylindrical-coordinate representation of color #A16057: hue angle of 7.3º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A16057 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 96 87 -
CMYK 0 0.40 0.46 0.37
HSL 7.3º 0.3% 0.49% -
HSV(B) 7.3º 0.46% 0.63% -
XYZ 20.6 16.63 11.14 -
YUV 114.41 112.53 161.23 -
System Red Green Blue C M Y K H S L
Decimal 161 96 87 0 0.40 0.46 0.37 7.3 0.3 0.49
Hex A1 60 57 0 28 2E 25 7 1E 31
Octal 241 140 127 0 50 56 45 7 36 61
Binary 10100001 1100000 1010111 0 101000 101110 100101 111 11110 110001

Color Harmonies of #A16057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16057

Black with #A16057

Text Example


Text Example

White with #A16057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16057; }

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

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

background-color css

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

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

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

border-color css

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

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

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