#AA5256

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

Shades of Hippie Pink #AA5256

Tints of Hippie Pink #AA5256

Color information

#AA5256 (or 0xAA5256) is unknown color: approx Hippie Pink. HEX triplet: AA, 52 and 56. RGB value is (170,82,86). Sum of RGB (Red+Green+Blue) = 170+82+86=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5256 is #55ADA9. Grayscale: #6C6C6C. Windows color (decimal): -5615018 or 5657258. OLE color: 5657258.

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

Color convert

RGB1708286-
CMYK00.520.490.33
HSL357.27º34.92%49.41%-
HSV(B)357.27º51.76%66.67%-
XYZ21.2715.2510.63-
YUV108.77115.15171.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.30%
GREEN value IS 82 (32.42% from 255) = 24.26%
BLUE value IS 86 (33.98% from 255) = 25.44%
R=50.30%
G=24.26%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170828600.520.490.33357.2734.9249.41
HexAA525603431211652331
Octal25212212606461415454361
Binary10101010101001010101100110100110001100001101100101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5256; }

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

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

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

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

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

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

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

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