#AA4853

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

Shades of Hippie Pink #AA4853

Tints of Hippie Pink #AA4853

Color information

#AA4853 (or 0xAA4853) is unknown color: approx Hippie Pink. HEX triplet: AA, 48 and 53. RGB value is (170,72,83). Sum of RGB (Red+Green+Blue) = 170+72+83=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4853 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4853 is #55B7AC. Grayscale: #666666. Windows color (decimal): -5617581 or 5458090. OLE color: 5458090.

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

Color convert

RGB1707283-
CMYK00.580.510.33
HSL353.27º40.5%47.45%-
HSV(B)353.27º57.65%66.67%-
XYZ20.4613.819.77-
YUV102.56116.97176.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.31%
GREEN value IS 72 (28.52% from 255) = 22.15%
BLUE value IS 83 (32.81% from 255) = 25.54%
R=52.31%
G=22.15%
B=25.54%

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
Decimal170728300.580.510.33353.2740.547.45
HexAA485303A3321161282f
Octal25211012307263415415057
Binary10101010100100010100110111010110011100001101100001101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4853; }

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

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

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

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

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

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

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

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