#AA495E

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

Shades of Hippie Pink #AA495E

Tints of Hippie Pink #AA495E

Color information

#AA495E (or 0xAA495E) is unknown color: approx Hippie Pink. HEX triplet: AA, 49 and 5E. RGB value is (170,73,94). Sum of RGB (Red+Green+Blue) = 170+73+94=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA495E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA495E is #55B6A1. Grayscale: #686868. Windows color (decimal): -5617314 or 6179242. OLE color: 6179242.

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

Color convert

RGB1707394-
CMYK00.570.450.33
HSL347.01º39.92%47.65%-
HSV(B)347.01º57.06%66.67%-
XYZ20.9814.1212.21-
YUV104.4122.14174.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.45%
GREEN value IS 73 (28.91% from 255) = 21.66%
BLUE value IS 94 (37.11% from 255) = 27.89%
R=50.45%
G=21.66%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170739400.570.450.33347.0139.9247.65
HexAA495E0392D2115b2830
Octal25211113607155415335060
Binary10101010100100110111100111001101101100001101011011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA495E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA495E; }

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

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

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

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

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

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

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

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