#AD3347

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

Shades of Night Shadz #AD3347

Tints of Night Shadz #AD3347

Color information

#AD3347 (or 0xAD3347) is unknown color: approx Night Shadz. HEX triplet: AD, 33 and 47. RGB value is (173,51,71). Sum of RGB (Red+Green+Blue) = 173+51+71=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3347 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3347 is #52CCB8. Grayscale: #595959. Windows color (decimal): -5426361 or 4666285. OLE color: 4666285.

HSL color Cylindrical-coordinate representation of color #AD3347: hue angle of 350.16º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD3347 is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB1735171-
CMYK00.710.590.32
HSL350.16º54.46%43.92%-
HSV(B)350.16º70.52%67.84%-
XYZ19.5511.717.19-
YUV89.76117.42187.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 58.64%
GREEN value IS 51 (20.31% from 255) = 17.29%
BLUE value IS 71 (28.12% from 255) = 24.07%
R=58.64%
G=17.29%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173517100.710.590.32350.1654.4643.92
HexAD33470473B2015e362c
Octal25563107010773405366654
Binary10101101110011100011101000111111011100000101011110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3347; }

 p { color: rgb(173,51,71); }

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

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

 a { background-color: rgb(173,51,71); }

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

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

 span { border-color: rgb(173,51,71); }

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