#AD324E

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

Shades of Night Shadz #AD324E

Tints of Night Shadz #AD324E

Color information

#AD324E (or 0xAD324E) is unknown color: approx Night Shadz. HEX triplet: AD, 32 and 4E. RGB value is (173,50,78). Sum of RGB (Red+Green+Blue) = 173+50+78=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD324E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD324E is #52CDB1. Grayscale: #595959. Windows color (decimal): -5426610 or 5124781. OLE color: 5124781.

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

Color convert

RGB1735078-
CMYK00.710.550.32
HSL346.34º55.16%43.73%-
HSV(B)346.34º71.1%67.84%-
XYZ19.7511.728.43-
YUV89.97121.25187.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.48%
GREEN value IS 50 (19.92% from 255) = 16.61%
BLUE value IS 78 (30.86% from 255) = 25.91%
R=57.48%
G=16.61%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173507800.710.550.32346.3455.1643.73
HexAD324E047372015a372c
Octal25562116010767405326754
Binary10101101110010100111001000111110111100000101011010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD324E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD324E; }

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

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

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

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

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

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

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

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