#AA4849

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

Shades of Hippie Pink #AA4849

Tints of Hippie Pink #AA4849

Color information

#AA4849 (or 0xAA4849) is unknown color: approx Hippie Pink. HEX triplet: AA, 48 and 49. RGB value is (170,72,73). Sum of RGB (Red+Green+Blue) = 170+72+73=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4849 is #55B7B6. Grayscale: #656565. Windows color (decimal): -5617591 or 4802730. OLE color: 4802730.

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

Color convert

RGB1707273-
CMYK00.580.570.33
HSL359.39º40.5%47.45%-
HSV(B)359.39º57.65%66.67%-
XYZ20.113.667.88-
YUV101.42111.97176.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.97%
GREEN value IS 72 (28.52% from 255) = 22.86%
BLUE value IS 73 (28.91% from 255) = 23.17%
R=53.97%
G=22.86%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170727300.580.570.33359.3940.547.45
HexAA484903A3921167282f
Octal25211011107271415475057
Binary10101010100100010010010111010111001100001101100111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4849; }

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

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

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

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

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

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

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

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