#AA515E

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

Shades of Hippie Pink #AA515E

Tints of Hippie Pink #AA515E

Color information

#AA515E (or 0xAA515E) is unknown color: approx Hippie Pink. HEX triplet: AA, 51 and 5E. RGB value is (170,81,94). Sum of RGB (Red+Green+Blue) = 170+81+94=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA515E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA515E is #55AEA1. Grayscale: #6D6D6D. Windows color (decimal): -5615266 or 6181290. OLE color: 6181290.

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

Color convert

RGB1708194-
CMYK00.520.450.33
HSL351.24º35.46%49.22%-
HSV(B)351.24º52.35%66.67%-
XYZ21.5415.2412.4-
YUV109.09119.49171.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.28%
GREEN value IS 81 (32.03% from 255) = 23.48%
BLUE value IS 94 (37.11% from 255) = 27.25%
R=49.28%
G=23.48%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170819400.520.450.33351.2435.4649.22
HexAA515E0342D2115f2331
Octal25212113606455415374361
Binary10101010101000110111100110100101101100001101011111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA515E; }

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

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

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

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

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

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

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

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