#AA505C

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

Shades of Hippie Pink #AA505C

Tints of Hippie Pink #AA505C

Color information

#AA505C (or 0xAA505C) is unknown color: approx Hippie Pink. HEX triplet: AA, 50 and 5C. RGB value is (170,80,92). Sum of RGB (Red+Green+Blue) = 170+80+92=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA505C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA505C is #55AFA3. Grayscale: #6C6C6C. Windows color (decimal): -5615524 or 6049962. OLE color: 6049962.

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

Color convert

RGB1708092-
CMYK00.530.460.33
HSL352º36%49.02%-
HSV(B)352º52.94%66.67%-
XYZ21.3815.0611.9-
YUV108.28118.82172.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.71%
GREEN value IS 80 (31.64% from 255) = 23.39%
BLUE value IS 92 (36.33% from 255) = 26.90%
R=49.71%
G=23.39%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170809200.530.460.333523649.02
HexAA505C0352E211602431
Octal25212013406556415404461
Binary10101010101000010111000110101101110100001101100000100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA505C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA505C; }

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

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

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

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

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

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

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

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