#AA4B51

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

Shades of Hippie Pink #AA4B51

Tints of Hippie Pink #AA4B51

Color information

#AA4B51 (or 0xAA4B51) is unknown color: approx Hippie Pink. HEX triplet: AA, 4B and 51. RGB value is (170,75,81). Sum of RGB (Red+Green+Blue) = 170+75+81=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4B51 is #55B4AE. Grayscale: #686868. Windows color (decimal): -5616815 or 5327786. OLE color: 5327786.

HSL color Cylindrical-coordinate representation of color #AA4B51: hue angle of 356.21º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA4B51 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB1707581-
CMYK00.560.520.33
HSL356.21º38.78%48.04%-
HSV(B)356.21º55.88%66.67%-
XYZ20.5814.179.44-
YUV104.09114.97175.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.15%
GREEN value IS 75 (29.69% from 255) = 23.01%
BLUE value IS 81 (32.03% from 255) = 24.85%
R=52.15%
G=23.01%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170758100.560.520.33356.2138.7848.04
HexAA4B5103834211642730
Octal25211312107064415444760
Binary10101010100101110100010111000110100100001101100100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4B51; }

 p { color: rgb(170,75,81); }

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

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

 a { background-color: rgb(170,75,81); }

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

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

 span { border-color: rgb(170,75,81); }

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