#AA4953

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

Shades of Hippie Pink #AA4953

Tints of Hippie Pink #AA4953

Color information

#AA4953 (or 0xAA4953) is unknown color: approx Hippie Pink. HEX triplet: AA, 49 and 53. RGB value is (170,73,83). Sum of RGB (Red+Green+Blue) = 170+73+83=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4953 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4953 is #55B6AC. Grayscale: #676767. Windows color (decimal): -5617325 or 5458346. OLE color: 5458346.

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

Color convert

RGB1707383-
CMYK00.570.510.33
HSL353.81º39.92%47.65%-
HSV(B)353.81º57.06%66.67%-
XYZ20.5213.949.79-
YUV103.14116.64175.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.15%
GREEN value IS 73 (28.91% from 255) = 22.39%
BLUE value IS 83 (32.81% from 255) = 25.46%
R=52.15%
G=22.39%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170738300.570.510.33353.8139.9247.65
HexAA495303933211622830
Octal25211112307163415425060
Binary10101010100100110100110111001110011100001101100010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4953; }

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

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

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

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

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

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

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

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