#AA4962

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

Shades of Hippie Pink #AA4962

Tints of Hippie Pink #AA4962

Color information

#AA4962 (or 0xAA4962) is unknown color: approx Hippie Pink. HEX triplet: AA, 49 and 62. RGB value is (170,73,98). Sum of RGB (Red+Green+Blue) = 170+73+98=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4962 is #55B69D. Grayscale: #686868. Windows color (decimal): -5617310 or 6441386. OLE color: 6441386.

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

Color convert

RGB1707398-
CMYK00.570.420.33
HSL344.54º39.92%47.65%-
HSV(B)344.54º57.06%66.67%-
XYZ21.1614.1913.18-
YUV104.85124.14174.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.85%
GREEN value IS 73 (28.91% from 255) = 21.41%
BLUE value IS 98 (38.67% from 255) = 28.74%
R=49.85%
G=21.41%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170739800.570.420.33344.5439.9247.65
HexAA49620392A211592830
Octal25211114207152415315060
Binary10101010100100111000100111001101010100001101011001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4962; }

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

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

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

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

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

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

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

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