#AA475E

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

Shades of Hippie Pink #AA475E

Tints of Hippie Pink #AA475E

Color information

#AA475E (or 0xAA475E) is unknown color: approx Hippie Pink. HEX triplet: AA, 47 and 5E. RGB value is (170,71,94). Sum of RGB (Red+Green+Blue) = 170+71+94=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA475E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA475E is #55B8A1. Grayscale: #676767. Windows color (decimal): -5617826 or 6178730. OLE color: 6178730.

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

Color convert

RGB1707194-
CMYK00.580.450.33
HSL346.06º41.08%47.25%-
HSV(B)346.06º58.24%66.67%-
XYZ20.8513.8612.17-
YUV103.22122.8175.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.75%
GREEN value IS 71 (28.12% from 255) = 21.19%
BLUE value IS 94 (37.11% from 255) = 28.06%
R=50.75%
G=21.19%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170719400.580.450.33346.0641.0847.25
HexAA475E03A2D2115a292f
Octal25210713607255415325157
Binary10101010100011110111100111010101101100001101011010101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA475E; }

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

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

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

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

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

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

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

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