#AD364E

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

Shades of Night Shadz #AD364E

Tints of Night Shadz #AD364E

Color information

#AD364E (or 0xAD364E) is unknown color: approx Night Shadz. HEX triplet: AD, 36 and 4E. RGB value is (173,54,78). Sum of RGB (Red+Green+Blue) = 173+54+78=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD364E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD364E is #52C9B1. Grayscale: #5C5C5C. Windows color (decimal): -5425586 or 5125805. OLE color: 5125805.

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

Color convert

RGB1735478-
CMYK00.690.550.32
HSL347.9º52.42%44.51%-
HSV(B)347.9º68.79%67.84%-
XYZ19.9312.078.49-
YUV92.32119.92185.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.72%
GREEN value IS 54 (21.48% from 255) = 17.70%
BLUE value IS 78 (30.86% from 255) = 25.57%
R=56.72%
G=17.70%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173547800.690.550.32347.952.4244.51
HexAD364E045372015c342d
Octal25566116010567405346455
Binary10101101110110100111001000101110111100000101011100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD364E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD364E; }

 p { color: rgb(173,54,78); }

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

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

 a { background-color: rgb(173,54,78); }

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

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

 span { border-color: rgb(173,54,78); }

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