#AD384E

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

Shades of Night Shadz #AD384E

Tints of Night Shadz #AD384E

Color information

#AD384E (or 0xAD384E) is unknown color: approx Night Shadz. HEX triplet: AD, 38 and 4E. RGB value is (173,56,78). Sum of RGB (Red+Green+Blue) = 173+56+78=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD384E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD384E is #52C7B1. Grayscale: #5D5D5D. Windows color (decimal): -5425074 or 5126317. OLE color: 5126317.

HSL color Cylindrical-coordinate representation of color #AD384E: hue angle of 348.72º degrees, saturation: 0.51, 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 #AD384E is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB1735678-
CMYK00.680.550.32
HSL348.72º51.09%44.9%-
HSV(B)348.72º67.63%67.84%-
XYZ20.0212.268.52-
YUV93.49119.26184.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.35%
GREEN value IS 56 (22.27% from 255) = 18.24%
BLUE value IS 78 (30.86% from 255) = 25.41%
R=56.35%
G=18.24%
B=25.41%

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
Decimal173567800.680.550.32348.7251.0944.9
HexAD384E044372015d332d
Octal25570116010467405356355
Binary10101101111000100111001000100110111100000101011101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD384E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD384E; }

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

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

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

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

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

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

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

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