#AA465D

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

Shades of Hippie Pink #AA465D

Tints of Hippie Pink #AA465D

Color information

#AA465D (or 0xAA465D) is unknown color: approx Hippie Pink. HEX triplet: AA, 46 and 5D. RGB value is (170,70,93). Sum of RGB (Red+Green+Blue) = 170+70+93=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA465D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA465D is #55B9A2. Grayscale: #666666. Windows color (decimal): -5618083 or 6112938. OLE color: 6112938.

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

Color convert

RGB1707093-
CMYK00.590.450.33
HSL346.2º41.67%47.06%-
HSV(B)346.2º58.82%66.67%-
XYZ20.7413.7211.91-
YUV102.52122.63176.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.05%
GREEN value IS 70 (27.73% from 255) = 21.02%
BLUE value IS 93 (36.72% from 255) = 27.93%
R=51.05%
G=21.02%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170709300.590.450.33346.241.6747.06
HexAA465D03B2D2115a2a2f
Octal25210613507355415325257
Binary10101010100011010111010111011101101100001101011010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA465D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA465D; }

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

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

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

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

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

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

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

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