#AA595D

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

Shades of Hippie Pink #AA595D

Tints of Hippie Pink #AA595D

Color information

#AA595D (or 0xAA595D) is unknown color: approx Hippie Pink. HEX triplet: AA, 59 and 5D. RGB value is (170,89,93). Sum of RGB (Red+Green+Blue) = 170+89+93=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA595D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA595D is #55A6A2. Grayscale: #717171. Windows color (decimal): -5613219 or 6117802. OLE color: 6117802.

HSL color Cylindrical-coordinate representation of color #AA595D: hue angle of 357.04º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA595D is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB1708993-
CMYK00.480.450.33
HSL357.04º32.27%50.78%-
HSV(B)357.04º47.65%66.67%-
XYZ22.1316.4812.37-
YUV113.68116.34168.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.30%
GREEN value IS 89 (35.16% from 255) = 25.28%
BLUE value IS 93 (36.72% from 255) = 26.42%
R=48.30%
G=25.28%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170899300.480.450.33357.0432.2750.78
HexAA595D0302D211652033
Octal25213113506055415454063
Binary10101010101100110111010110000101101100001101100101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA595D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA595D; }

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

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

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

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

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

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

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

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