#AA475F

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

Shades of Hippie Pink #AA475F

Tints of Hippie Pink #AA475F

Color information

#AA475F (or 0xAA475F) is unknown color: approx Hippie Pink. HEX triplet: AA, 47 and 5F. RGB value is (170,71,95). Sum of RGB (Red+Green+Blue) = 170+71+95=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA475F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA475F is #55B8A0. Grayscale: #676767. Windows color (decimal): -5617825 or 6244266. OLE color: 6244266.

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

Color convert

RGB1707195-
CMYK00.580.440.33
HSL345.45º41.08%47.25%-
HSV(B)345.45º58.24%66.67%-
XYZ20.913.8812.4-
YUV103.34123.3175.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.60%
GREEN value IS 71 (28.12% from 255) = 21.13%
BLUE value IS 95 (37.5% from 255) = 28.27%
R=50.60%
G=21.13%
B=28.27%

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
Decimal170719500.580.440.33345.4541.0847.25
HexAA475F03A2C21159292f
Octal25210713707254415315157
Binary10101010100011110111110111010101100100001101011001101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA475F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA475F; }

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

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

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

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

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

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

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

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