#AA4B5E

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

Shades of Hippie Pink #AA4B5E

Tints of Hippie Pink #AA4B5E

Color information

#AA4B5E (or 0xAA4B5E) is unknown color: approx Hippie Pink. HEX triplet: AA, 4B and 5E. RGB value is (170,75,94). Sum of RGB (Red+Green+Blue) = 170+75+94=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 75 (29.69% from 255 or 22.12% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4B5E is #55B4A1. Grayscale: #696969. Windows color (decimal): -5616802 or 6179754. OLE color: 6179754.

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

Color convert

RGB1707594-
CMYK00.560.450.33
HSL348º38.78%48.04%-
HSV(B)348º55.88%66.67%-
XYZ21.1114.3912.25-
YUV105.57121.47173.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.15%
GREEN value IS 75 (29.69% from 255) = 22.12%
BLUE value IS 94 (37.11% from 255) = 27.73%
R=50.15%
G=22.12%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170759400.560.450.3334838.7848.04
HexAA4B5E0382D2115c2730
Octal25211313607055415344760
Binary10101010100101110111100111000101101100001101011100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4B5E; }

 p { color: rgb(170,75,94); }

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

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

 a { background-color: rgb(170,75,94); }

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

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

 span { border-color: rgb(170,75,94); }

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