#AD3D59

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

Shades of Night Shadz #AD3D59

Tints of Night Shadz #AD3D59

Color information

#AD3D59 (or 0xAD3D59) is unknown color: approx Night Shadz. HEX triplet: AD, 3D and 59. RGB value is (173,61,89). Sum of RGB (Red+Green+Blue) = 173+61+89=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 89 (35.16% from 255 or 27.55% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3D59 is #52C2A6. Grayscale: #616161. Windows color (decimal): -5423783 or 5848493. OLE color: 5848493.

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

Color convert

RGB1736189-
CMYK00.650.490.32
HSL345º47.86%45.88%-
HSV(B)345º64.74%67.84%-
XYZ20.7112.9410.86-
YUV97.68123.11181.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.56%
GREEN value IS 61 (24.22% from 255) = 18.89%
BLUE value IS 89 (35.16% from 255) = 27.55%
R=53.56%
G=18.89%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173618900.650.490.3234547.8645.88
HexAD3D590413120159302e
Octal25575131010161405316056
Binary10101101111101101100101000001110001100000101011001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3D59; }

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

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

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

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

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

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

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

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