#A55E59

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

Shades of Au Chico #A55E59

Tints of Au Chico #A55E59

Color information

#A55E59 (or 0xA55E59) is unknown color: approx Au Chico. HEX triplet: A5, 5E and 59. RGB value is (165,94,89). Sum of RGB (Red+Green+Blue) = 165+94+89=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55E59 is #5AA1A6. Grayscale: #727272. Windows color (decimal): -5939623 or 5856933. OLE color: 5856933.

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

Color convert

RGB1659489-
CMYK00.430.460.35
HSL3.95º29.92%49.8%-
HSV(B)3.95º46.06%64.71%-
XYZ21.3216.7311.56-
YUV114.66113.52163.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.41%
GREEN value IS 94 (37.11% from 255) = 27.01%
BLUE value IS 89 (35.16% from 255) = 25.57%
R=47.41%
G=27.01%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165948900.430.460.353.9529.9249.8
HexA55E5902B2E2341e32
Octal245136131053564343662
Binary1010010110111101011001010101110111010001110011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55E59; }

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

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

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

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

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

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

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

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