#AA5F5A

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

Shades of Au Chico #AA5F5A

Tints of Au Chico #AA5F5A

Color information

#AA5F5A (or 0xAA5F5A) is unknown color: approx Au Chico. HEX triplet: AA, 5F and 5A. RGB value is (170,95,90). Sum of RGB (Red+Green+Blue) = 170+95+90=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5F5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5F5A is #55A0A5. Grayscale: #747474. Windows color (decimal): -5611686 or 5922730. OLE color: 5922730.

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

Color convert

RGB1709590-
CMYK00.440.470.33
HSL3.75º32%50.98%-
HSV(B)3.75º47.06%66.67%-
XYZ22.5217.4711.86-
YUV116.86112.85165.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.89%
GREEN value IS 95 (37.5% from 255) = 26.76%
BLUE value IS 90 (35.55% from 255) = 25.35%
R=47.89%
G=26.76%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170959000.440.470.333.753250.98
HexAA5F5A02C2F2142033
Octal252137132054574144063
Binary10101010101111110110100101100101111100001100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5F5A; }

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

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

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

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

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

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

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

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