#AA465A

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

Shades of Hippie Pink #AA465A

Tints of Hippie Pink #AA465A

Color information

#AA465A (or 0xAA465A) is unknown color: approx Hippie Pink. HEX triplet: AA, 46 and 5A. RGB value is (170,70,90). Sum of RGB (Red+Green+Blue) = 170+70+90=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA465A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA465A is #55B9A5. Grayscale: #666666. Windows color (decimal): -5618086 or 5916330. OLE color: 5916330.

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

Color convert

RGB1707090-
CMYK00.590.470.33
HSL348º41.67%47.06%-
HSV(B)348º58.82%66.67%-
XYZ20.6113.6611.22-
YUV102.18121.13176.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.52%
GREEN value IS 70 (27.73% from 255) = 21.21%
BLUE value IS 90 (35.55% from 255) = 27.27%
R=51.52%
G=21.21%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170709000.590.470.3334841.6747.06
HexAA465A03B2F2115c2a2f
Octal25210613207357415345257
Binary10101010100011010110100111011101111100001101011100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA465A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA465A; }

 p { color: rgb(170,70,90); }

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

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

 a { background-color: rgb(170,70,90); }

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

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

 span { border-color: rgb(170,70,90); }

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