#AA5356

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

Shades of Hippie Pink #AA5356

Tints of Hippie Pink #AA5356

Color information

#AA5356 (or 0xAA5356) is unknown color: approx Hippie Pink. HEX triplet: AA, 53 and 56. RGB value is (170,83,86). Sum of RGB (Red+Green+Blue) = 170+83+86=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5356 is #55ACA9. Grayscale: #6D6D6D. Windows color (decimal): -5614762 or 5657514. OLE color: 5657514.

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

Color convert

RGB1708386-
CMYK00.510.490.33
HSL357.93º34.39%49.61%-
HSV(B)357.93º51.18%66.67%-
XYZ21.3515.410.65-
YUV109.35114.82171.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.15%
GREEN value IS 83 (32.81% from 255) = 24.48%
BLUE value IS 86 (33.98% from 255) = 25.37%
R=50.15%
G=24.48%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170838600.510.490.33357.9334.3949.61
HexAA535603331211662232
Octal25212312606361415464262
Binary10101010101001110101100110011110001100001101100110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5356; }

 p { color: rgb(170,83,86); }

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

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

 a { background-color: rgb(170,83,86); }

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

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

 span { border-color: rgb(170,83,86); }

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