#AA5053

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

Shades of Hippie Pink #AA5053

Tints of Hippie Pink #AA5053

Color information

#AA5053 (or 0xAA5053) is unknown color: approx Hippie Pink. HEX triplet: AA, 50 and 53. RGB value is (170,80,83). Sum of RGB (Red+Green+Blue) = 170+80+83=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5053 is #55AFAC. Grayscale: #6B6B6B. Windows color (decimal): -5615533 or 5460138. OLE color: 5460138.

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

Color convert

RGB1708083-
CMYK00.530.510.33
HSL358º36%49.02%-
HSV(B)358º52.94%66.67%-
XYZ21.0114.919.95-
YUV107.25114.32172.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.05%
GREEN value IS 80 (31.64% from 255) = 24.02%
BLUE value IS 83 (32.81% from 255) = 24.92%
R=51.05%
G=24.02%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170808300.530.510.333583649.02
HexAA505303533211662431
Octal25212012306563415464461
Binary10101010101000010100110110101110011100001101100110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5053; }

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

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

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

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

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

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

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

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