#AA545C

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

Shades of Hippie Pink #AA545C

Tints of Hippie Pink #AA545C

Color information

#AA545C (or 0xAA545C) is unknown color: approx Hippie Pink. HEX triplet: AA, 54 and 5C. RGB value is (170,84,92). Sum of RGB (Red+Green+Blue) = 170+84+92=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA545C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA545C is #55ABA3. Grayscale: #6E6E6E. Windows color (decimal): -5614500 or 6050986. OLE color: 6050986.

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

Color convert

RGB1708492-
CMYK00.510.460.33
HSL354.42º33.86%49.8%-
HSV(B)354.42º50.59%66.67%-
XYZ21.6815.6612.01-
YUV110.63117.49170.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.13%
GREEN value IS 84 (33.20% from 255) = 24.28%
BLUE value IS 92 (36.33% from 255) = 26.59%
R=49.13%
G=24.28%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170849200.510.460.33354.4233.8649.8
HexAA545C0332E211622232
Octal25212413406356415424262
Binary10101010101010010111000110011101110100001101100010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA545C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA545C; }

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

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

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

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

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

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

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

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