#AD3746

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

Shades of Night Shadz #AD3746

Tints of Night Shadz #AD3746

Color information

#AD3746 (or 0xAD3746) is unknown color: approx Night Shadz. HEX triplet: AD, 37 and 46. RGB value is (173,55,70). Sum of RGB (Red+Green+Blue) = 173+55+70=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3746 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3746 is #52C8B9. Grayscale: #5C5C5C. Windows color (decimal): -5425338 or 4601773. OLE color: 4601773.

HSL color Cylindrical-coordinate representation of color #AD3746: hue angle of 352.37º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD3746 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB1735570-
CMYK00.680.600.32
HSL352.37º51.75%44.71%-
HSV(B)352.37º68.21%67.84%-
XYZ19.7112.067.08-
YUV91.99115.59185.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 58.05%
GREEN value IS 55 (21.88% from 255) = 18.46%
BLUE value IS 70 (27.73% from 255) = 23.49%
R=58.05%
G=18.46%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173557000.680.600.32352.3751.7544.71
HexAD37460443C20160342d
Octal25567106010474405406455
Binary10101101110111100011001000100111100100000101100000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3746; }

 p { color: rgb(173,55,70); }

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

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

 a { background-color: rgb(173,55,70); }

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

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

 span { border-color: rgb(173,55,70); }

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