#AA4753

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

Shades of Hippie Pink #AA4753

Tints of Hippie Pink #AA4753

Color information

#AA4753 (or 0xAA4753) is unknown color: approx Hippie Pink. HEX triplet: AA, 47 and 53. RGB value is (170,71,83). Sum of RGB (Red+Green+Blue) = 170+71+83=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 83 (32.81% from 255 or 25.62% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4753 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4753 is #55B8AC. Grayscale: #666666. Windows color (decimal): -5617837 or 5457834. OLE color: 5457834.

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

Color convert

RGB1707183-
CMYK00.580.510.33
HSL352.73º41.08%47.25%-
HSV(B)352.73º58.24%66.67%-
XYZ20.3913.689.75-
YUV101.97117.3176.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.47%
GREEN value IS 71 (28.12% from 255) = 21.91%
BLUE value IS 83 (32.81% from 255) = 25.62%
R=52.47%
G=21.91%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170718300.580.510.33352.7341.0847.25
HexAA475303A3321161292f
Octal25210712307263415415157
Binary10101010100011110100110111010110011100001101100001101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4753; }

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

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

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

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

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

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

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

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