#AA575E

Color #AA575E Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #AA575E

Tints of Hippie Pink #AA575E

Color information

#AA575E (or 0xAA575E) is unknown color: approx Hippie Pink. HEX triplet: AA, 57 and 5E. RGB value is (170,87,94). Sum of RGB (Red+Green+Blue) = 170+87+94=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA575E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA575E is #55A8A1. Grayscale: #707070. Windows color (decimal): -5613730 or 6182826. OLE color: 6182826.

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

Color convert

RGB1708794-
CMYK00.490.450.33
HSL354.94º32.81%50.39%-
HSV(B)354.94º48.82%66.67%-
XYZ22.0116.1712.55-
YUV112.62117.5168.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.43%
GREEN value IS 87 (34.38% from 255) = 24.79%
BLUE value IS 94 (37.11% from 255) = 26.78%
R=48.43%
G=24.79%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170879400.490.450.33354.9432.8150.39
HexAA575E0312D211632132
Octal25212713606155415434162
Binary10101010101011110111100110001101101100001101100011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA575E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA575E; }

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

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

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

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

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

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

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

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