#AA5260

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

Shades of Hippie Pink #AA5260

Tints of Hippie Pink #AA5260

Color information

#AA5260 (or 0xAA5260) is unknown color: approx Hippie Pink. HEX triplet: AA, 52 and 60. RGB value is (170,82,96). Sum of RGB (Red+Green+Blue) = 170+82+96=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5260 is #55AD9F. Grayscale: #6D6D6D. Windows color (decimal): -5615008 or 6312618. OLE color: 6312618.

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

Color convert

RGB1708296-
CMYK00.520.440.33
HSL350.45º34.92%49.41%-
HSV(B)350.45º51.76%66.67%-
XYZ21.7115.4312.9-
YUV109.91120.15170.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.85%
GREEN value IS 82 (32.42% from 255) = 23.56%
BLUE value IS 96 (37.89% from 255) = 27.59%
R=48.85%
G=23.56%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170829600.520.440.33350.4534.9249.41
HexAA52600342C2115e2331
Octal25212214006454415364361
Binary10101010101001011000000110100101100100001101011110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5260; }

 p { color: rgb(170,82,96); }

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

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

 a { background-color: rgb(170,82,96); }

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

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

 span { border-color: rgb(170,82,96); }

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