#AA4C4F

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

Shades of Hippie Pink #AA4C4F

Tints of Hippie Pink #AA4C4F

Color information

#AA4C4F (or 0xAA4C4F) is unknown color: approx Hippie Pink. HEX triplet: AA, 4C and 4F. RGB value is (170,76,79). Sum of RGB (Red+Green+Blue) = 170+76+79=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4C4F is #55B3B0. Grayscale: #686868. Windows color (decimal): -5616561 or 5196970. OLE color: 5196970.

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

Color convert

RGB1707679-
CMYK00.550.540.33
HSL358.09º38.21%48.24%-
HSV(B)358.09º55.29%66.67%-
XYZ20.5714.289.07-
YUV104.45113.64174.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.31%
GREEN value IS 76 (30.08% from 255) = 23.38%
BLUE value IS 79 (31.25% from 255) = 24.31%
R=52.31%
G=23.38%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170767900.550.540.33358.0938.2148.24
HexAA4C4F03736211662630
Octal25211411706766415464660
Binary10101010100110010011110110111110110100001101100110100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4C4F; }

 p { color: rgb(170,76,79); }

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

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

 a { background-color: rgb(170,76,79); }

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

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

 span { border-color: rgb(170,76,79); }

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