#AA575C

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

Shades of Hippie Pink #AA575C

Tints of Hippie Pink #AA575C

Color information

#AA575C (or 0xAA575C) is unknown color: approx Hippie Pink. HEX triplet: AA, 57 and 5C. RGB value is (170,87,92). Sum of RGB (Red+Green+Blue) = 170+87+92=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA575C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA575C is #55A8A3. Grayscale: #707070. Windows color (decimal): -5613732 or 6051754. OLE color: 6051754.

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

Color convert

RGB1708792-
CMYK00.490.460.33
HSL356.39º32.81%50.39%-
HSV(B)356.39º48.82%66.67%-
XYZ21.9216.1412.08-
YUV112.39116.5169.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.71%
GREEN value IS 87 (34.38% from 255) = 24.93%
BLUE value IS 92 (36.33% from 255) = 26.36%
R=48.71%
G=24.93%
B=26.36%

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
Decimal170879200.490.460.33356.3932.8150.39
HexAA575C0312E211642132
Octal25212713406156415444162
Binary10101010101011110111000110001101110100001101100100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA575C; }

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

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

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

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

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

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

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

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