#AD3555

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

Shades of Night Shadz #AD3555

Tints of Night Shadz #AD3555

Color information

#AD3555 (or 0xAD3555) is unknown color: approx Night Shadz. HEX triplet: AD, 35 and 55. RGB value is (173,53,85). Sum of RGB (Red+Green+Blue) = 173+53+85=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3555 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3555 is #52CAAA. Grayscale: #5C5C5C. Windows color (decimal): -5425835 or 5584301. OLE color: 5584301.

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

Color convert

RGB1735385-
CMYK00.690.510.32
HSL344º53.1%44.31%-
HSV(B)344º69.36%67.84%-
XYZ20.1512.099.87-
YUV92.53123.76185.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.63%
GREEN value IS 53 (21.09% from 255) = 17.04%
BLUE value IS 85 (33.59% from 255) = 27.33%
R=55.63%
G=17.04%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173538500.690.510.3234453.144.31
HexAD35550453320158352c
Octal25565125010563405306554
Binary10101101110101101010101000101110011100000101011000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3555; }

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

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

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

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

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

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

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

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