#AA5051

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

Shades of Hippie Pink #AA5051

Tints of Hippie Pink #AA5051

Color information

#AA5051 (or 0xAA5051) is unknown color: approx Hippie Pink. HEX triplet: AA, 50 and 51. RGB value is (170,80,81). Sum of RGB (Red+Green+Blue) = 170+80+81=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5051 is #55AFAE. Grayscale: #6B6B6B. Windows color (decimal): -5615535 or 5329066. OLE color: 5329066.

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

Color convert

RGB1708081-
CMYK00.530.520.33
HSL359.33º36%49.02%-
HSV(B)359.33º52.94%66.67%-
XYZ20.9314.889.55-
YUV107.02113.32172.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.36%
GREEN value IS 80 (31.64% from 255) = 24.17%
BLUE value IS 81 (32.03% from 255) = 24.47%
R=51.36%
G=24.17%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170808100.530.520.33359.333649.02
HexAA505103534211672431
Octal25212012106564415474461
Binary10101010101000010100010110101110100100001101100111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5051; }

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

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

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

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

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

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

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

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