#AA4A4C

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

Shades of Hippie Pink #AA4A4C

Tints of Hippie Pink #AA4A4C

Color information

#AA4A4C (or 0xAA4A4C) is unknown color: approx Hippie Pink. HEX triplet: AA, 4A and 4C. RGB value is (170,74,76). Sum of RGB (Red+Green+Blue) = 170+74+76=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4A4C is #55B5B3. Grayscale: #676767. Windows color (decimal): -5617076 or 4999850. OLE color: 4999850.

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

Color convert

RGB1707476-
CMYK00.560.550.33
HSL358.75º39.34%47.84%-
HSV(B)358.75º56.47%66.67%-
XYZ20.3313.978.46-
YUV102.93112.8175.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.12%
GREEN value IS 74 (29.30% from 255) = 23.12%
BLUE value IS 76 (30.08% from 255) = 23.75%
R=53.12%
G=23.12%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170747600.560.550.33358.7539.3447.84
HexAA4A4C03837211672730
Octal25211211407067415474760
Binary10101010100101010011000111000110111100001101100111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4A4C; }

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

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

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

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

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

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

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

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