#AD3B49

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

Shades of Night Shadz #AD3B49

Tints of Night Shadz #AD3B49

Color information

#AD3B49 (or 0xAD3B49) is unknown color: approx Night Shadz. HEX triplet: AD, 3B and 49. RGB value is (173,59,73). Sum of RGB (Red+Green+Blue) = 173+59+73=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3B49 is #52C4B6. Grayscale: #5E5E5E. Windows color (decimal): -5424311 or 4799405. OLE color: 4799405.

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

Color convert

RGB1735973-
CMYK00.660.580.32
HSL352.63º49.14%45.49%-
HSV(B)352.63º65.9%67.84%-
XYZ2012.497.66-
YUV94.68115.77183.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.72%
GREEN value IS 59 (23.44% from 255) = 19.34%
BLUE value IS 73 (28.91% from 255) = 23.93%
R=56.72%
G=19.34%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173597300.660.580.32352.6349.1445.49
HexAD3B490423A20161312d
Octal25573111010272405416155
Binary10101101111011100100101000010111010100000101100001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3B49; }

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

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

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

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

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

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

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

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