#aa4448

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

Shades of Night Shadz #AA4448

Tints of Night Shadz #AA4448

Color information

#AA4448 (or 0xAA4448) is unknown color: approx Night Shadz. HEX triplet: AA, 44 and 48. RGB value is (170,68,72). Sum of RGB (Red+Green+Blue) = 170+68+72=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4448 is #55BBB7. Grayscale: #636363. Windows color (decimal): -5618616 or 4736170. OLE color: 4736170.

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

Color convert

RGB1706872-
CMYK00.60.580.33
HSL357.65º42.86%46.67%-
HSV(B)357.65º60%66.67%-
XYZ19.8113.157.62-
YUV98.95112.79178.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.84%
GREEN value IS 68 (26.95% from 255) = 21.94%
BLUE value IS 72 (28.52% from 255) = 23.23%
R=54.84%
G=21.94%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170687200.60.580.33357.6542.8646.67
HexAA444803C3A211662b2f
Octal25210411007472415465357
Binary10101010100010010010000111100111010100001101100110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa4448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa4448; }

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

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

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

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

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

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

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

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