#AD364F

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

Shades of Night Shadz #AD364F

Tints of Night Shadz #AD364F

Color information

#AD364F (or 0xAD364F) is unknown color: approx Night Shadz. HEX triplet: AD, 36 and 4F. RGB value is (173,54,79). Sum of RGB (Red+Green+Blue) = 173+54+79=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD364F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD364F is #52C9B0. Grayscale: #5C5C5C. Windows color (decimal): -5425585 or 5191341. OLE color: 5191341.

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

Color convert

RGB1735479-
CMYK00.690.540.32
HSL347.39º52.42%44.51%-
HSV(B)347.39º68.79%67.84%-
XYZ19.9612.098.68-
YUV92.43120.42185.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.54%
GREEN value IS 54 (21.48% from 255) = 17.65%
BLUE value IS 79 (31.25% from 255) = 25.82%
R=56.54%
G=17.65%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173547900.690.540.32347.3952.4244.51
HexAD364F045362015b342d
Octal25566117010566405336455
Binary10101101110110100111101000101110110100000101011011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD364F; }

 p { color: rgb(173,54,79); }

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

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

 a { background-color: rgb(173,54,79); }

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

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

 span { border-color: rgb(173,54,79); }

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