#AA5054

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

Shades of Hippie Pink #AA5054

Tints of Hippie Pink #AA5054

Color information

#AA5054 (or 0xAA5054) is unknown color: approx Hippie Pink. HEX triplet: AA, 50 and 54. RGB value is (170,80,84). Sum of RGB (Red+Green+Blue) = 170+80+84=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5054 is #55AFAB. Grayscale: #6B6B6B. Windows color (decimal): -5615532 or 5525674. OLE color: 5525674.

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

Color convert

RGB1708084-
CMYK00.530.510.33
HSL357.33º36%49.02%-
HSV(B)357.33º52.94%66.67%-
XYZ21.0514.9210.16-
YUV107.37114.82172.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.90%
GREEN value IS 80 (31.64% from 255) = 23.95%
BLUE value IS 84 (33.20% from 255) = 25.15%
R=50.90%
G=23.95%
B=25.15%

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
Decimal170808400.530.510.33357.333649.02
HexAA505403533211652431
Octal25212012406563415454461
Binary10101010101000010101000110101110011100001101100101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5054; }

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

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

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

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

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

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

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

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