#AD3942

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

Shades of Night Shadz #AD3942

Tints of Night Shadz #AD3942

Color information

#AD3942 (or 0xAD3942) is unknown color: approx Night Shadz. HEX triplet: AD, 39 and 42. RGB value is (173,57,66). Sum of RGB (Red+Green+Blue) = 173+57+66=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3942 is #52C6BD. Grayscale: #5C5C5C. Windows color (decimal): -5424830 or 4340141. OLE color: 4340141.

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

Color convert

RGB1735766-
CMYK00.670.620.32
HSL355.34º50.43%45.1%-
HSV(B)355.34º67.05%67.84%-
XYZ19.6812.26.47-
YUV92.71112.93185.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 58.45%
GREEN value IS 57 (22.66% from 255) = 19.26%
BLUE value IS 66 (26.17% from 255) = 22.30%
R=58.45%
G=19.26%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173576600.670.620.32355.3450.4345.1
HexAD39420433E20163322d
Octal25571102010376405436255
Binary10101101111001100001001000011111110100000101100011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3942; }

 p { color: rgb(173,57,66); }

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

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

 a { background-color: rgb(173,57,66); }

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

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

 span { border-color: rgb(173,57,66); }

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