#AD3547

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

Shades of Night Shadz #AD3547

Tints of Night Shadz #AD3547

Color information

#AD3547 (or 0xAD3547) is unknown color: approx Night Shadz. HEX triplet: AD, 35 and 47. RGB value is (173,53,71). Sum of RGB (Red+Green+Blue) = 173+53+71=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3547 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3547 is #52CAB8. Grayscale: #5A5A5A. Windows color (decimal): -5425849 or 4666797. OLE color: 4666797.

HSL color Cylindrical-coordinate representation of color #AD3547: hue angle of 351º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD3547 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB1735371-
CMYK00.690.590.32
HSL351º53.1%44.31%-
HSV(B)351º69.36%67.84%-
XYZ19.6411.897.22-
YUV90.93116.76186.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 58.25%
GREEN value IS 53 (21.09% from 255) = 17.85%
BLUE value IS 71 (28.12% from 255) = 23.91%
R=58.25%
G=17.85%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173537100.690.590.3235153.144.31
HexAD35470453B2015f352c
Octal25565107010573405376554
Binary10101101110101100011101000101111011100000101011111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3547; }

 p { color: rgb(173,53,71); }

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

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

 a { background-color: rgb(173,53,71); }

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

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

 span { border-color: rgb(173,53,71); }

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