#AA545D

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

Shades of Hippie Pink #AA545D

Tints of Hippie Pink #AA545D

Color information

#AA545D (or 0xAA545D) is unknown color: approx Hippie Pink. HEX triplet: AA, 54 and 5D. RGB value is (170,84,93). Sum of RGB (Red+Green+Blue) = 170+84+93=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA545D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA545D is #55ABA2. Grayscale: #6E6E6E. Windows color (decimal): -5614499 or 6116522. OLE color: 6116522.

HSL color Cylindrical-coordinate representation of color #AA545D: hue angle of 353.72º 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 #AA545D is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB1708493-
CMYK00.510.450.33
HSL353.72º33.86%49.8%-
HSV(B)353.72º50.59%66.67%-
XYZ21.7215.6812.24-
YUV110.74117.99170.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.99%
GREEN value IS 84 (33.20% from 255) = 24.21%
BLUE value IS 93 (36.72% from 255) = 26.80%
R=48.99%
G=24.21%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170849300.510.450.33353.7233.8649.8
HexAA545D0332D211622232
Octal25212413506355415424262
Binary10101010101010010111010110011101101100001101100010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA545D; }

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

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

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

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

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

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

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

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