#AD3946

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

Shades of Night Shadz #AD3946

Tints of Night Shadz #AD3946

Color information

#AD3946 (or 0xAD3946) is unknown color: approx Night Shadz. HEX triplet: AD, 39 and 46. RGB value is (173,57,70). Sum of RGB (Red+Green+Blue) = 173+57+70=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3946 is #52C6B9. Grayscale: #5D5D5D. Windows color (decimal): -5424826 or 4602285. OLE color: 4602285.

HSL color Cylindrical-coordinate representation of color #AD3946: hue angle of 353.28º 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 #AD3946 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB1735770-
CMYK00.670.600.32
HSL353.28º50.43%45.1%-
HSV(B)353.28º67.05%67.84%-
XYZ19.812.257.12-
YUV93.17114.93184.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.67%
GREEN value IS 57 (22.66% from 255) = 19%
BLUE value IS 70 (27.73% from 255) = 23.33%
R=57.67%
G=19%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173577000.670.600.32353.2850.4345.1
HexAD39460433C20161322d
Octal25571106010374405416255
Binary10101101111001100011001000011111100100000101100001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3946; }

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

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

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

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

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

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

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

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