#AA575B

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

Shades of Hippie Pink #AA575B

Tints of Hippie Pink #AA575B

Color information

#AA575B (or 0xAA575B) is unknown color: approx Hippie Pink. HEX triplet: AA, 57 and 5B. RGB value is (170,87,91). Sum of RGB (Red+Green+Blue) = 170+87+91=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA575B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA575B is #55A8A4. Grayscale: #707070. Windows color (decimal): -5613733 or 5986218. OLE color: 5986218.

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

Color convert

RGB1708791-
CMYK00.490.460.33
HSL357.11º32.81%50.39%-
HSV(B)357.11º48.82%66.67%-
XYZ21.8716.1211.86-
YUV112.27116169.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.85%
GREEN value IS 87 (34.38% from 255) = 25%
BLUE value IS 91 (35.94% from 255) = 26.15%
R=48.85%
G=25%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170879100.490.460.33357.1132.8150.39
HexAA575B0312E211652132
Octal25212713306156415454162
Binary10101010101011110110110110001101110100001101100101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA575B; }

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

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

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

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

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

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

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

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