#AD374E

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

Shades of Night Shadz #AD374E

Tints of Night Shadz #AD374E

Color information

#AD374E (or 0xAD374E) is unknown color: approx Night Shadz. HEX triplet: AD, 37 and 4E. RGB value is (173,55,78). Sum of RGB (Red+Green+Blue) = 173+55+78=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD374E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD374E is #52C8B1. Grayscale: #5C5C5C. Windows color (decimal): -5425330 or 5126061. OLE color: 5126061.

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

Color convert

RGB1735578-
CMYK00.680.550.32
HSL348.31º51.75%44.71%-
HSV(B)348.31º68.21%67.84%-
XYZ19.9712.178.5-
YUV92.9119.59185.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.54%
GREEN value IS 55 (21.88% from 255) = 17.97%
BLUE value IS 78 (30.86% from 255) = 25.49%
R=56.54%
G=17.97%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173557800.680.550.32348.3151.7544.71
HexAD374E044372015c342d
Octal25567116010467405346455
Binary10101101110111100111001000100110111100000101011100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD374E; }

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

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

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

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

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

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

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

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