#AD3C42

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

Shades of Night Shadz #AD3C42

Tints of Night Shadz #AD3C42

Color information

#AD3C42 (or 0xAD3C42) is unknown color: approx Night Shadz. HEX triplet: AD, 3C and 42. RGB value is (173,60,66). Sum of RGB (Red+Green+Blue) = 173+60+66=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3C42 is #52C3BD. Grayscale: #5E5E5E. Windows color (decimal): -5424062 or 4340909. OLE color: 4340909.

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

Color convert

RGB1736066-
CMYK00.650.620.32
HSL356.81º48.5%45.69%-
HSV(B)356.81º65.32%67.84%-
XYZ19.8312.516.52-
YUV94.47111.94184.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.86%
GREEN value IS 60 (23.83% from 255) = 20.07%
BLUE value IS 66 (26.17% from 255) = 22.07%
R=57.86%
G=20.07%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173606600.650.620.32356.8148.545.69
HexAD3C420413E20165302e
Octal25574102010176405456056
Binary10101101111100100001001000001111110100000101100101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3C42; }

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

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

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

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

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

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

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

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