#AA485A

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

Shades of Hippie Pink #AA485A

Tints of Hippie Pink #AA485A

Color information

#AA485A (or 0xAA485A) is unknown color: approx Hippie Pink. HEX triplet: AA, 48 and 5A. RGB value is (170,72,90). Sum of RGB (Red+Green+Blue) = 170+72+90=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA485A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA485A is #55B7A5. Grayscale: #676767. Windows color (decimal): -5617574 or 5916842. OLE color: 5916842.

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

Color convert

RGB1707290-
CMYK00.580.470.33
HSL348.98º40.5%47.45%-
HSV(B)348.98º57.65%66.67%-
XYZ20.7413.9211.27-
YUV103.35120.47175.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.20%
GREEN value IS 72 (28.52% from 255) = 21.69%
BLUE value IS 90 (35.55% from 255) = 27.11%
R=51.20%
G=21.69%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170729000.580.470.33348.9840.547.45
HexAA485A03A2F2115d282f
Octal25211013207257415355057
Binary10101010100100010110100111010101111100001101011101101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA485A; }

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

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

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

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

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

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

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

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