#AA484D

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

Shades of Hippie Pink #AA484D

Tints of Hippie Pink #AA484D

Color information

#AA484D (or 0xAA484D) is unknown color: approx Hippie Pink. HEX triplet: AA, 48 and 4D. RGB value is (170,72,77). Sum of RGB (Red+Green+Blue) = 170+72+77=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA484D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA484D is #55B7B2. Grayscale: #656565. Windows color (decimal): -5617587 or 5064874. OLE color: 5064874.

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

Color convert

RGB1707277-
CMYK00.580.550.33
HSL356.94º40.5%47.45%-
HSV(B)356.94º57.65%66.67%-
XYZ20.2313.728.6-
YUV101.87113.97176.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.29%
GREEN value IS 72 (28.52% from 255) = 22.57%
BLUE value IS 77 (30.47% from 255) = 24.14%
R=53.29%
G=22.57%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170727700.580.550.33356.9440.547.45
HexAA484D03A3721165282f
Octal25211011507267415455057
Binary10101010100100010011010111010110111100001101100101101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA484D; }

 p { color: rgb(170,72,77); }

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

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

 a { background-color: rgb(170,72,77); }

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

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

 span { border-color: rgb(170,72,77); }

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