#A55E57

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

Shades of Au Chico #A55E57

Tints of Au Chico #A55E57

Color information

#A55E57 (or 0xA55E57) is unknown color: approx Au Chico. HEX triplet: A5, 5E and 57. RGB value is (165,94,87). Sum of RGB (Red+Green+Blue) = 165+94+87=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55E57 is #5AA1A8. Grayscale: #727272. Windows color (decimal): -5939625 or 5725861. OLE color: 5725861.

HSL color Cylindrical-coordinate representation of color #A55E57: hue angle of 5.38º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A55E57 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB1659487-
CMYK00.430.470.35
HSL5.38º30.95%49.41%-
HSV(B)5.38º47.27%64.71%-
XYZ21.2416.6911.12-
YUV114.43112.52164.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.69%
GREEN value IS 94 (37.11% from 255) = 27.17%
BLUE value IS 87 (34.38% from 255) = 25.14%
R=47.69%
G=27.17%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165948700.430.470.355.3830.9549.41
HexA55E5702B2F2351f31
Octal245136127053574353761
Binary1010010110111101010111010101110111110001110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55E57; }

 p { color: rgb(165,94,87); }

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

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

 a { background-color: rgb(165,94,87); }

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

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

 span { border-color: rgb(165,94,87); }

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