#AD3655

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

Shades of Night Shadz #AD3655

Tints of Night Shadz #AD3655

Color information

#AD3655 (or 0xAD3655) is unknown color: approx Night Shadz. HEX triplet: AD, 36 and 55. RGB value is (173,54,85). Sum of RGB (Red+Green+Blue) = 173+54+85=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3655 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3655 is #52C9AA. Grayscale: #5D5D5D. Windows color (decimal): -5425579 or 5584557. OLE color: 5584557.

HSL color Cylindrical-coordinate representation of color #AD3655: hue angle of 344.37º 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 #AD3655 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB1735485-
CMYK00.690.510.32
HSL344.37º52.42%44.51%-
HSV(B)344.37º68.79%67.84%-
XYZ20.1912.189.88-
YUV93.12123.42184.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.45%
GREEN value IS 54 (21.48% from 255) = 17.31%
BLUE value IS 85 (33.59% from 255) = 27.24%
R=55.45%
G=17.31%
B=27.24%

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
Decimal173548500.690.510.32344.3752.4244.51
HexAD36550453320158342d
Octal25566125010563405306455
Binary10101101110110101010101000101110011100000101011000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3655; }

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

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

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

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

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

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

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

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