#AA444E

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

Shades of Night Shadz #AA444E

Tints of Night Shadz #AA444E

Color information

#AA444E (or 0xAA444E) is unknown color: approx Night Shadz. HEX triplet: AA, 44 and 4E. RGB value is (170,68,78). Sum of RGB (Red+Green+Blue) = 170+68+78=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA444E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA444E is #55BBB1. Grayscale: #636363. Windows color (decimal): -5618610 or 5129386. OLE color: 5129386.

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

Color convert

RGB1706878-
CMYK00.60.540.33
HSL354.12º42.86%46.67%-
HSV(B)354.12º60%66.67%-
XYZ20.0213.238.71-
YUV99.64115.79178.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.80%
GREEN value IS 68 (26.95% from 255) = 21.52%
BLUE value IS 78 (30.86% from 255) = 24.68%
R=53.80%
G=21.52%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170687800.60.540.33354.1242.8646.67
HexAA444E03C36211622b2f
Octal25210411607466415425357
Binary10101010100010010011100111100110110100001101100010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA444E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA444E; }

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

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

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

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

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

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

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

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