#AD4144

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

Shades of Night Shadz #AD4144

Tints of Night Shadz #AD4144

Color information

#AD4144 (or 0xAD4144) is unknown color: approx Night Shadz. HEX triplet: AD, 41 and 44. RGB value is (173,65,68). Sum of RGB (Red+Green+Blue) = 173+65+68=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4144 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4144 is #52BEBB. Grayscale: #616161. Windows color (decimal): -5422780 or 4473261. OLE color: 4473261.

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

Color convert

RGB1736568-
CMYK00.620.610.32
HSL358.33º45.38%46.67%-
HSV(B)358.33º62.43%67.84%-
XYZ20.1713.086.93-
YUV97.63111.28181.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.54%
GREEN value IS 65 (25.78% from 255) = 21.24%
BLUE value IS 68 (26.95% from 255) = 22.22%
R=56.54%
G=21.24%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173656800.620.610.32358.3345.3846.67
HexAD414403E3D201662d2f
Octal25510110407675405465557
Binary10101101100000110001000111110111101100000101100110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4144; }

 p { color: rgb(173,65,68); }

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

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

 a { background-color: rgb(173,65,68); }

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

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

 span { border-color: rgb(173,65,68); }

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