#A55F59

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

Shades of Au Chico #A55F59

Tints of Au Chico #A55F59

Color information

#A55F59 (or 0xA55F59) is unknown color: approx Au Chico. HEX triplet: A5, 5F and 59. RGB value is (165,95,89). Sum of RGB (Red+Green+Blue) = 165+95+89=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55F59 is #5AA0A6. Grayscale: #737373. Windows color (decimal): -5939367 or 5857189. OLE color: 5857189.

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

Color convert

RGB1659589-
CMYK00.420.460.35
HSL4.74º29.92%49.8%-
HSV(B)4.74º46.06%64.71%-
XYZ21.4116.9111.59-
YUV115.25113.19163.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.28%
GREEN value IS 95 (37.5% from 255) = 27.22%
BLUE value IS 89 (35.16% from 255) = 25.50%
R=47.28%
G=27.22%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165958900.420.460.354.7429.9249.8
HexA55F5902A2E2351e32
Octal245137131052564353662
Binary1010010110111111011001010101010111010001110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55F59; }

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

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

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

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

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

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

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

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