#AA485F

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

Shades of Hippie Pink #AA485F

Tints of Hippie Pink #AA485F

Color information

#AA485F (or 0xAA485F) is unknown color: approx Hippie Pink. HEX triplet: AA, 48 and 5F. RGB value is (170,72,95). Sum of RGB (Red+Green+Blue) = 170+72+95=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA485F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA485F is #55B7A0. Grayscale: #676767. Windows color (decimal): -5617569 or 6244522. OLE color: 6244522.

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

Color convert

RGB1707295-
CMYK00.580.440.33
HSL345.92º40.5%47.45%-
HSV(B)345.92º57.65%66.67%-
XYZ20.9614.0112.43-
YUV103.92122.97175.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.45%
GREEN value IS 72 (28.52% from 255) = 21.36%
BLUE value IS 95 (37.5% from 255) = 28.19%
R=50.45%
G=21.36%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170729500.580.440.33345.9240.547.45
HexAA485F03A2C2115a282f
Octal25211013707254415325057
Binary10101010100100010111110111010101100100001101011010101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA485F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA485F; }

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

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

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

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

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

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

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

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