#A55D57

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

Shades of Au Chico #A55D57

Tints of Au Chico #A55D57

Color information

#A55D57 (or 0xA55D57) is unknown color: approx Au Chico. HEX triplet: A5, 5D and 57. RGB value is (165,93,87). Sum of RGB (Red+Green+Blue) = 165+93+87=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A55D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55D57 is #5AA2A8. Grayscale: #717171. Windows color (decimal): -5939881 or 5725605. OLE color: 5725605.

HSL color Cylindrical-coordinate representation of color #A55D57: hue angle of 4.62º 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 #A55D57 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB1659387-
CMYK00.440.470.35
HSL4.62º30.95%49.41%-
HSV(B)4.62º47.27%64.71%-
XYZ21.1516.5211.09-
YUV113.84112.85164.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.83%
GREEN value IS 93 (36.72% from 255) = 26.96%
BLUE value IS 87 (34.38% from 255) = 25.22%
R=47.83%
G=26.96%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165938700.440.470.354.6230.9549.41
HexA55D5702C2F2351f31
Octal245135127054574353761
Binary1010010110111011010111010110010111110001110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55D57; }

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

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

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

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

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

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

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

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