#AA444B

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

Shades of Night Shadz #AA444B

Tints of Night Shadz #AA444B

Color information

#AA444B (or 0xAA444B) is unknown color: approx Night Shadz. HEX triplet: AA, 44 and 4B. RGB value is (170,68,75). Sum of RGB (Red+Green+Blue) = 170+68+75=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA444B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA444B is #55BBB4. Grayscale: #636363. Windows color (decimal): -5618613 or 4932778. OLE color: 4932778.

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

Color convert

RGB1706875-
CMYK00.60.560.33
HSL355.88º42.86%46.67%-
HSV(B)355.88º60%66.67%-
XYZ19.9113.198.15-
YUV99.3114.29178.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.31%
GREEN value IS 68 (26.95% from 255) = 21.73%
BLUE value IS 75 (29.69% from 255) = 23.96%
R=54.31%
G=21.73%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170687500.60.560.33355.8842.8646.67
HexAA444B03C38211642b2f
Octal25210411307470415445357
Binary10101010100010010010110111100111000100001101100100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA444B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA444B; }

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

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

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

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

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

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

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

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