#AA4855

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

Shades of Hippie Pink #AA4855

Tints of Hippie Pink #AA4855

Color information

#AA4855 (or 0xAA4855) is unknown color: approx Hippie Pink. HEX triplet: AA, 48 and 55. RGB value is (170,72,85). Sum of RGB (Red+Green+Blue) = 170+72+85=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4855 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4855 is #55B7AA. Grayscale: #666666. Windows color (decimal): -5617579 or 5589162. OLE color: 5589162.

HSL color Cylindrical-coordinate representation of color #AA4855: hue angle of 352.04º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA4855 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB1707285-
CMYK00.580.500.33
HSL352.04º40.5%47.45%-
HSV(B)352.04º57.65%66.67%-
XYZ20.5313.8410.18-
YUV102.78117.97175.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.99%
GREEN value IS 72 (28.52% from 255) = 22.02%
BLUE value IS 85 (33.59% from 255) = 25.99%
R=51.99%
G=22.02%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170728500.580.500.33352.0440.547.45
HexAA485503A3221160282f
Octal25211012507262415405057
Binary10101010100100010101010111010110010100001101100000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4855; }

 p { color: rgb(170,72,85); }

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

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

 a { background-color: rgb(170,72,85); }

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

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

 span { border-color: rgb(170,72,85); }

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