#AD3449

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

Shades of Night Shadz #AD3449

Tints of Night Shadz #AD3449

Color information

#AD3449 (or 0xAD3449) is unknown color: approx Night Shadz. HEX triplet: AD, 34 and 49. RGB value is (173,52,73). Sum of RGB (Red+Green+Blue) = 173+52+73=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3449 is #52CBB6. Grayscale: #5A5A5A. Windows color (decimal): -5426103 or 4797613. OLE color: 4797613.

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

Color convert

RGB1735273-
CMYK00.700.580.32
HSL349.59º53.78%44.12%-
HSV(B)349.59º69.94%67.84%-
XYZ19.6611.827.55-
YUV90.57118.09186.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 58.05%
GREEN value IS 52 (20.70% from 255) = 17.45%
BLUE value IS 73 (28.91% from 255) = 24.50%
R=58.05%
G=17.45%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173527300.700.580.32349.5953.7844.12
HexAD34490463A2015e362c
Octal25564111010672405366654
Binary10101101110100100100101000110111010100000101011110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3449; }

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

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

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

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

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

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

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

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