#AA565A

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

Shades of Hippie Pink #AA565A

Tints of Hippie Pink #AA565A

Color information

#AA565A (or 0xAA565A) is unknown color: approx Hippie Pink. HEX triplet: AA, 56 and 5A. RGB value is (170,86,90). Sum of RGB (Red+Green+Blue) = 170+86+90=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA565A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA565A is #55A9A5. Grayscale: #6F6F6F. Windows color (decimal): -5613990 or 5920426. OLE color: 5920426.

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

Color convert

RGB1708690-
CMYK00.490.470.33
HSL357.14º33.07%50.2%-
HSV(B)357.14º49.41%66.67%-
XYZ21.7515.9411.6-
YUV111.57115.83169.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.13%
GREEN value IS 86 (33.98% from 255) = 24.86%
BLUE value IS 90 (35.55% from 255) = 26.01%
R=49.13%
G=24.86%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170869000.490.470.33357.1433.0750.2
HexAA565A0312F211652132
Octal25212613206157415454162
Binary10101010101011010110100110001101111100001101100101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA565A; }

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

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

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

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

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

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

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

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