#AA5153

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

Shades of Hippie Pink #AA5153

Tints of Hippie Pink #AA5153

Color information

#AA5153 (or 0xAA5153) is unknown color: approx Hippie Pink. HEX triplet: AA, 51 and 53. RGB value is (170,81,83). Sum of RGB (Red+Green+Blue) = 170+81+83=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5153 is #55AEAC. Grayscale: #6B6B6B. Windows color (decimal): -5615277 or 5460394. OLE color: 5460394.

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

Color convert

RGB1708183-
CMYK00.520.510.33
HSL358.65º35.46%49.22%-
HSV(B)358.65º52.35%66.67%-
XYZ21.0815.069.98-
YUV107.84113.99172.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.90%
GREEN value IS 81 (32.03% from 255) = 24.25%
BLUE value IS 83 (32.81% from 255) = 24.85%
R=50.90%
G=24.25%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170818300.520.510.33358.6535.4649.22
HexAA515303433211672331
Octal25212112306463415474361
Binary10101010101000110100110110100110011100001101100111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5153; }

 p { color: rgb(170,81,83); }

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

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

 a { background-color: rgb(170,81,83); }

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

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

 span { border-color: rgb(170,81,83); }

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