#AA4956

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

Shades of Hippie Pink #AA4956

Tints of Hippie Pink #AA4956

Color information

#AA4956 (or 0xAA4956) is unknown color: approx Hippie Pink. HEX triplet: AA, 49 and 56. RGB value is (170,73,86). Sum of RGB (Red+Green+Blue) = 170+73+86=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4956 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4956 is #55B6A9. Grayscale: #676767. Windows color (decimal): -5617322 or 5654954. OLE color: 5654954.

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

Color convert

RGB1707386-
CMYK00.570.490.33
HSL351.96º39.92%47.65%-
HSV(B)351.96º57.06%66.67%-
XYZ20.6413.9810.42-
YUV103.48118.14175.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.67%
GREEN value IS 73 (28.91% from 255) = 22.19%
BLUE value IS 86 (33.98% from 255) = 26.14%
R=51.67%
G=22.19%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170738600.570.490.33351.9639.9247.65
HexAA495603931211602830
Octal25211112607161415405060
Binary10101010100100110101100111001110001100001101100000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4956; }

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

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

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

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

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

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

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

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