#AA5E5A

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

Shades of Au Chico #AA5E5A

Tints of Au Chico #AA5E5A

Color information

#AA5E5A (or 0xAA5E5A) is unknown color: approx Au Chico. HEX triplet: AA, 5E and 5A. RGB value is (170,94,90). Sum of RGB (Red+Green+Blue) = 170+94+90=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5E5A is #55A1A5. Grayscale: #747474. Windows color (decimal): -5611942 or 5922474. OLE color: 5922474.

HSL color Cylindrical-coordinate representation of color #AA5E5A: hue angle of 3º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA5E5A is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB1709490-
CMYK00.450.470.33
HSL32%50.98%-
HSV(B)47.06%66.67%-
XYZ22.4317.2911.83-
YUV116.27113.18166.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.02%
GREEN value IS 94 (37.11% from 255) = 26.55%
BLUE value IS 90 (35.55% from 255) = 25.42%
R=48.02%
G=26.55%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170949000.450.470.3333250.98
HexAA5E5A02D2F2132033
Octal252136132055574134063
Binary1010101010111101011010010110110111110000111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5E5A; }

 p { color: rgb(170,94,90); }

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

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

 a { background-color: rgb(170,94,90); }

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

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

 span { border-color: rgb(170,94,90); }

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