#AA535E

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

Shades of Hippie Pink #AA535E

Tints of Hippie Pink #AA535E

Color information

#AA535E (or 0xAA535E) is unknown color: approx Hippie Pink. HEX triplet: AA, 53 and 5E. RGB value is (170,83,94). Sum of RGB (Red+Green+Blue) = 170+83+94=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA535E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA535E is #55ACA1. Grayscale: #6E6E6E. Windows color (decimal): -5614754 or 6181802. OLE color: 6181802.

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

Color convert

RGB1708394-
CMYK00.510.450.33
HSL352.41º34.39%49.61%-
HSV(B)352.41º51.18%66.67%-
XYZ21.6915.5412.45-
YUV110.27118.82170.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.99%
GREEN value IS 83 (32.81% from 255) = 23.92%
BLUE value IS 94 (37.11% from 255) = 27.09%
R=48.99%
G=23.92%
B=27.09%

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
Decimal170839400.510.450.33352.4134.3949.61
HexAA535E0332D211602232
Octal25212313606355415404262
Binary10101010101001110111100110011101101100001101100000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA535E; }

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

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

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

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

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

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

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

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