#A05B56

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

Shades of Au Chico #A05B56

Tints of Au Chico #A05B56

Color information

#A05B56 (or 0xA05B56) is unknown color: approx Au Chico. HEX triplet: A0, 5B and 56. RGB value is (160,91,86). Sum of RGB (Red+Green+Blue) = 160+91+86=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A05B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05B56 is #5FA4A9. Grayscale: #6F6F6F. Windows color (decimal): -6268074 or 5659552. OLE color: 5659552.

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

Color convert

RGB1609186-
CMYK00.430.460.37
HSL4.05º30.08%48.24%-
HSV(B)4.05º46.25%62.75%-
XYZ19.9215.6310.77-
YUV111.06113.86162.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.48%
GREEN value IS 91 (35.94% from 255) = 27.00%
BLUE value IS 86 (33.98% from 255) = 25.52%
R=47.48%
G=27.00%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160918600.430.460.374.0530.0848.24
HexA05B5602B2E2541e30
Octal240133126053564543660
Binary1010000010110111010110010101110111010010110011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05B56; }

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

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

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

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

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

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

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

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