#AD3F55

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

Shades of Night Shadz #AD3F55

Tints of Night Shadz #AD3F55

Color information

#AD3F55 (or 0xAD3F55) is unknown color: approx Night Shadz. HEX triplet: AD, 3F and 55. RGB value is (173,63,85). Sum of RGB (Red+Green+Blue) = 173+63+85=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3F55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3F55 is #52C0AA. Grayscale: #626262. Windows color (decimal): -5423275 or 5586861. OLE color: 5586861.

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

Color convert

RGB1736385-
CMYK00.640.510.32
HSL348º46.61%46.27%-
HSV(B)348º63.58%67.84%-
XYZ20.6513.110.03-
YUV98.4120.44181.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.89%
GREEN value IS 63 (25% from 255) = 19.63%
BLUE value IS 85 (33.59% from 255) = 26.48%
R=53.89%
G=19.63%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173638500.640.510.3234846.6146.27
HexAD3F55040332015c2f2e
Octal25577125010063405345756
Binary10101101111111101010101000000110011100000101011100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3F55; }

 p { color: rgb(173,63,85); }

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

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

 a { background-color: rgb(173,63,85); }

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

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

 span { border-color: rgb(173,63,85); }

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