#AA4450

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

Shades of Hippie Pink #AA4450

Tints of Hippie Pink #AA4450

Color information

#AA4450 (or 0xAA4450) is unknown color: approx Hippie Pink. HEX triplet: AA, 44 and 50. RGB value is (170,68,80). Sum of RGB (Red+Green+Blue) = 170+68+80=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4450 is #55BBAF. Grayscale: #636363. Windows color (decimal): -5618608 or 5260458. OLE color: 5260458.

HSL color Cylindrical-coordinate representation of color #AA4450: hue angle of 352.94º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA4450 is Cyan = 0, Magento = 0.6, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB1706880-
CMYK00.60.530.33
HSL352.94º42.86%46.67%-
HSV(B)352.94º60%66.67%-
XYZ20.0913.269.09-
YUV99.87116.79178.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.46%
GREEN value IS 68 (26.95% from 255) = 21.38%
BLUE value IS 80 (31.64% from 255) = 25.16%
R=53.46%
G=21.38%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170688000.60.530.33352.9442.8646.67
HexAA445003C35211612b2f
Octal25210412007465415415357
Binary10101010100010010100000111100110101100001101100001101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4450; }

 p { color: rgb(170,68,80); }

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

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

 a { background-color: rgb(170,68,80); }

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

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

 span { border-color: rgb(170,68,80); }

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