#AA4854

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

Shades of Hippie Pink #AA4854

Tints of Hippie Pink #AA4854

Color information

#AA4854 (or 0xAA4854) is unknown color: approx Hippie Pink. HEX triplet: AA, 48 and 54. RGB value is (170,72,84). Sum of RGB (Red+Green+Blue) = 170+72+84=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 84 (33.20% from 255 or 25.77% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4854 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4854 is #55B7AB. Grayscale: #666666. Windows color (decimal): -5617580 or 5523626. OLE color: 5523626.

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

Color convert

RGB1707284-
CMYK00.580.510.33
HSL352.65º40.5%47.45%-
HSV(B)352.65º57.65%66.67%-
XYZ20.513.829.97-
YUV102.67117.47176.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.15%
GREEN value IS 72 (28.52% from 255) = 22.09%
BLUE value IS 84 (33.20% from 255) = 25.77%
R=52.15%
G=22.09%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170728400.580.510.33352.6540.547.45
HexAA485403A3321161282f
Octal25211012407263415415057
Binary10101010100100010101000111010110011100001101100001101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4854; }

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

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

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

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

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

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

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

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