#AA535D

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

Shades of Hippie Pink #AA535D

Tints of Hippie Pink #AA535D

Color information

#AA535D (or 0xAA535D) is unknown color: approx Hippie Pink. HEX triplet: AA, 53 and 5D. RGB value is (170,83,93). Sum of RGB (Red+Green+Blue) = 170+83+93=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA535D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA535D is #55ACA2. Grayscale: #6E6E6E. Windows color (decimal): -5614755 or 6116266. OLE color: 6116266.

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

Color convert

RGB1708393-
CMYK00.510.450.33
HSL353.1º34.39%49.61%-
HSV(B)353.1º51.18%66.67%-
XYZ21.6515.5212.21-
YUV110.15118.32170.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.13%
GREEN value IS 83 (32.81% from 255) = 23.99%
BLUE value IS 93 (36.72% from 255) = 26.88%
R=49.13%
G=23.99%
B=26.88%

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
Decimal170839300.510.450.33353.134.3949.61
HexAA535D0332D211612232
Octal25212313506355415414262
Binary10101010101001110111010110011101101100001101100001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA535D; }

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

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

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

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

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

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

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

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