#A06156

Color #A06156 Au Chico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Au Chico #A06156

Tints of Au Chico #A06156

Color information

#A06156 (or 0xA06156) is unknown color: approx Au Chico. HEX triplet: A0, 61 and 56. RGB value is (160,97,86). Sum of RGB (Red+Green+Blue) = 160+97+86=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A06156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06156 is #5F9EA9. Grayscale: #727272. Windows color (decimal): -6266538 or 5661088. OLE color: 5661088.

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

Color convert

RGB1609786-
CMYK00.390.460.37
HSL8.92º30.08%48.24%-
HSV(B)8.92º46.25%62.75%-
XYZ20.4516.6910.95-
YUV114.58111.87160.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.65%
GREEN value IS 97 (38.28% from 255) = 28.28%
BLUE value IS 86 (33.98% from 255) = 25.07%
R=46.65%
G=28.28%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160978600.390.460.378.9230.0848.24
HexA061560272E2591e30
Octal2401411260475645113660
Binary10100000110000110101100100111101110100101100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06156; }

 p { color: rgb(160,97,86); }

 H1.HeaderClassName
 {
   color: #A06156;
 }
 .AnyTagClassName
 {
   color: #A06156;
 }
</style>
background-color css

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

 a { background-color: rgb(160,97,86); }

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

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

 span { border-color: rgb(160,97,86); }

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