#AD3849

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

Shades of Night Shadz #AD3849

Tints of Night Shadz #AD3849

Color information

#AD3849 (or 0xAD3849) is unknown color: approx Night Shadz. HEX triplet: AD, 38 and 49. RGB value is (173,56,73). Sum of RGB (Red+Green+Blue) = 173+56+73=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3849 is #52C7B6. Grayscale: #5C5C5C. Windows color (decimal): -5425079 or 4798637. OLE color: 4798637.

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

Color convert

RGB1735673-
CMYK00.680.580.32
HSL351.28º51.09%44.9%-
HSV(B)351.28º67.63%67.84%-
XYZ19.8512.197.61-
YUV92.92116.76185.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.28%
GREEN value IS 56 (22.27% from 255) = 18.54%
BLUE value IS 73 (28.91% from 255) = 24.17%
R=57.28%
G=18.54%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173567300.680.580.32351.2851.0944.9
HexAD38490443A2015f332d
Octal25570111010472405376355
Binary10101101111000100100101000100111010100000101011111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3849; }

 p { color: rgb(173,56,73); }

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

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

 a { background-color: rgb(173,56,73); }

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

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

 span { border-color: rgb(173,56,73); }

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