#AD384A

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

Shades of Night Shadz #AD384A

Tints of Night Shadz #AD384A

Color information

#AD384A (or 0xAD384A) is unknown color: approx Night Shadz. HEX triplet: AD, 38 and 4A. RGB value is (173,56,74). Sum of RGB (Red+Green+Blue) = 173+56+74=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD384A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD384A is #52C7B5. Grayscale: #5D5D5D. Windows color (decimal): -5425078 or 4864173. OLE color: 4864173.

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

Color convert

RGB1735674-
CMYK00.680.570.32
HSL350.77º51.09%44.9%-
HSV(B)350.77º67.63%67.84%-
XYZ19.8812.217.79-
YUV93.04117.26185.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.10%
GREEN value IS 56 (22.27% from 255) = 18.48%
BLUE value IS 74 (29.30% from 255) = 24.42%
R=57.10%
G=18.48%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173567400.680.570.32350.7751.0944.9
HexAD384A044392015f332d
Octal25570112010471405376355
Binary10101101111000100101001000100111001100000101011111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD384A; }

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

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

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

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

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

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

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

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