#AD3E45

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

Shades of Night Shadz #AD3E45

Tints of Night Shadz #AD3E45

Color information

#AD3E45 (or 0xAD3E45) is unknown color: approx Night Shadz. HEX triplet: AD, 3E and 45. RGB value is (173,62,69). Sum of RGB (Red+Green+Blue) = 173+62+69=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 62 (24.61% from 255 or 20.39% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3E45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3E45 is #52C1BA. Grayscale: #606060. Windows color (decimal): -5423547 or 4538029. OLE color: 4538029.

HSL color Cylindrical-coordinate representation of color #AD3E45: hue angle of 356.22º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD3E45 is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB1736269-
CMYK00.640.600.32
HSL356.22º47.23%46.08%-
HSV(B)356.22º64.16%67.84%-
XYZ20.0312.767.04-
YUV95.99112.77182.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.91%
GREEN value IS 62 (24.61% from 255) = 20.39%
BLUE value IS 69 (27.34% from 255) = 22.70%
R=56.91%
G=20.39%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173626900.640.600.32356.2247.2346.08
HexAD3E450403C201642f2e
Octal25576105010074405445756
Binary10101101111110100010101000000111100100000101100100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3E45; }

 p { color: rgb(173,62,69); }

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

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

 a { background-color: rgb(173,62,69); }

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

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

 span { border-color: rgb(173,62,69); }

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