#AA3740

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

Shades of Night Shadz #AA3740

Tints of Night Shadz #AA3740

Color information

#AA3740 (or 0xAA3740) is unknown color: approx Night Shadz. HEX triplet: AA, 37 and 40. RGB value is (170,55,64). Sum of RGB (Red+Green+Blue) = 170+55+64=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3740 is #55C8BF. Grayscale: #5A5A5A. Windows color (decimal): -5621952 or 4208554. OLE color: 4208554.

HSL color Cylindrical-coordinate representation of color #AA3740: hue angle of 355.3º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA3740 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB1705564-
CMYK00.680.620.33
HSL355.3º51.11%44.12%-
HSV(B)355.3º67.65%66.67%-
XYZ18.8711.656.1-
YUV90.41113.1184.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.82%
GREEN value IS 55 (21.88% from 255) = 19.03%
BLUE value IS 64 (25.39% from 255) = 22.15%
R=58.82%
G=19.03%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170556400.680.620.33355.351.1144.12
HexAA37400443E21163332c
Octal25267100010476415436354
Binary10101010110111100000001000100111110100001101100011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3740; }

 p { color: rgb(170,55,64); }

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

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

 a { background-color: rgb(170,55,64); }

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

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

 span { border-color: rgb(170,55,64); }

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