#AD3659

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

Shades of Night Shadz #AD3659

Tints of Night Shadz #AD3659

Color information

#AD3659 (or 0xAD3659) is unknown color: approx Night Shadz. HEX triplet: AD, 36 and 59. RGB value is (173,54,89). Sum of RGB (Red+Green+Blue) = 173+54+89=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3659 is #52C9A6. Grayscale: #5D5D5D. Windows color (decimal): -5425575 or 5846701. OLE color: 5846701.

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

Color convert

RGB1735489-
CMYK00.690.490.32
HSL342.35º52.42%44.51%-
HSV(B)342.35º68.79%67.84%-
XYZ20.3612.2410.74-
YUV93.57125.42184.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.75%
GREEN value IS 54 (21.48% from 255) = 17.09%
BLUE value IS 89 (35.16% from 255) = 28.16%
R=54.75%
G=17.09%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173548900.690.490.32342.3552.4244.51
HexAD36590453120156342d
Octal25566131010561405266455
Binary10101101110110101100101000101110001100000101010110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3659; }

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

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

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

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

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

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

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

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