#AA454F

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

Shades of Hippie Pink #AA454F

Tints of Hippie Pink #AA454F

Color information

#AA454F (or 0xAA454F) is unknown color: approx Hippie Pink. HEX triplet: AA, 45 and 4F. RGB value is (170,69,79). Sum of RGB (Red+Green+Blue) = 170+69+79=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA454F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA454F is #55BAB0. Grayscale: #646464. Windows color (decimal): -5618353 or 5195178. OLE color: 5195178.

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

Color convert

RGB1706979-
CMYK00.590.540.33
HSL354.06º42.26%46.86%-
HSV(B)354.06º59.41%66.67%-
XYZ20.1213.378.92-
YUV100.34115.96177.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.46%
GREEN value IS 69 (27.34% from 255) = 21.70%
BLUE value IS 79 (31.25% from 255) = 24.84%
R=53.46%
G=21.70%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170697900.590.540.33354.0642.2646.86
HexAA454F03B36211622a2f
Octal25210511707366415425257
Binary10101010100010110011110111011110110100001101100010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA454F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA454F; }

 p { color: rgb(170,69,79); }

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

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

 a { background-color: rgb(170,69,79); }

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

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

 span { border-color: rgb(170,69,79); }

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