#AA515C

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

Shades of Hippie Pink #AA515C

Tints of Hippie Pink #AA515C

Color information

#AA515C (or 0xAA515C) is unknown color: approx Hippie Pink. HEX triplet: AA, 51 and 5C. RGB value is (170,81,92). Sum of RGB (Red+Green+Blue) = 170+81+92=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA515C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA515C is #55AEA3. Grayscale: #6C6C6C. Windows color (decimal): -5615268 or 6050218. OLE color: 6050218.

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

Color convert

RGB1708192-
CMYK00.520.460.33
HSL352.58º35.46%49.22%-
HSV(B)352.58º52.35%66.67%-
XYZ21.4515.211.93-
YUV108.86118.49171.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.56%
GREEN value IS 81 (32.03% from 255) = 23.62%
BLUE value IS 92 (36.33% from 255) = 26.82%
R=49.56%
G=23.62%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170819200.520.460.33352.5835.4649.22
HexAA515C0342E211612331
Octal25212113406456415414361
Binary10101010101000110111000110100101110100001101100001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA515C; }

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

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

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

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

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

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

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

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