#AA4661

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

Shades of Hippie Pink #AA4661

Tints of Hippie Pink #AA4661

Color information

#AA4661 (or 0xAA4661) is unknown color: approx Hippie Pink. HEX triplet: AA, 46 and 61. RGB value is (170,70,97). Sum of RGB (Red+Green+Blue) = 170+70+97=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4661 is #55B99E. Grayscale: #666666. Windows color (decimal): -5618079 or 6375082. OLE color: 6375082.

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

Color convert

RGB1707097-
CMYK00.590.430.33
HSL343.8º41.67%47.06%-
HSV(B)343.8º58.82%66.67%-
XYZ20.9313.7912.87-
YUV102.98124.63175.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.45%
GREEN value IS 70 (27.73% from 255) = 20.77%
BLUE value IS 97 (38.28% from 255) = 28.78%
R=50.45%
G=20.77%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170709700.590.430.33343.841.6747.06
HexAA466103B2B211582a2f
Octal25210614107353415305257
Binary10101010100011011000010111011101011100001101011000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4661; }

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

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

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

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

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

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

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

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