#aa5b5e

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

Shades of Hippie Pink #AA5B5E

Tints of Hippie Pink #AA5B5E

Color information

#AA5B5E (or 0xAA5B5E) is unknown color: approx Hippie Pink. HEX triplet: AA, 5B and 5E. RGB value is (170,91,94). Sum of RGB (Red+Green+Blue) = 170+91+94=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5B5E is #55A4A1. Grayscale: #737373. Windows color (decimal): -5612706 or 6183850. OLE color: 6183850.

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

Color convert

RGB1709194-
CMYK00.460.450.33
HSL357.72º31.73%51.18%-
HSV(B)357.72º46.47%66.67%-
XYZ22.3416.8412.66-
YUV114.96116.17167.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.89%
GREEN value IS 91 (35.94% from 255) = 25.63%
BLUE value IS 94 (37.11% from 255) = 26.48%
R=47.89%
G=25.63%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170919400.460.450.33357.7231.7351.18
HexAA5B5E02E2D211662033
Octal25213313605655415464063
Binary10101010101101110111100101110101101100001101100110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa5b5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa5b5e; }

 p { color: rgb(170,91,94); }

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

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

 a { background-color: rgb(170,91,94); }

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

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

 span { border-color: rgb(170,91,94); }

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