#AA444C

Color #AA444C Night Shadz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Night Shadz #AA444C

Tints of Night Shadz #AA444C

Color information

#AA444C (or 0xAA444C) is unknown color: approx Night Shadz. HEX triplet: AA, 44 and 4C. RGB value is (170,68,76). Sum of RGB (Red+Green+Blue) = 170+68+76=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA444C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA444C is #55BBB3. Grayscale: #636363. Windows color (decimal): -5618612 or 4998314. OLE color: 4998314.

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

Color convert

RGB1706876-
CMYK00.60.550.33
HSL355.29º42.86%46.67%-
HSV(B)355.29º60%66.67%-
XYZ19.9513.28.33-
YUV99.41114.79178.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.14%
GREEN value IS 68 (26.95% from 255) = 21.66%
BLUE value IS 76 (30.08% from 255) = 24.20%
R=54.14%
G=21.66%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170687600.60.550.33355.2942.8646.67
HexAA444C03C37211632b2f
Octal25210411407467415435357
Binary10101010100010010011000111100110111100001101100011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA444C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA444C; }

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

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

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

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

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

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

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

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