#ad3858

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

Shades of Night Shadz #AD3858

Tints of Night Shadz #AD3858

Color information

#AD3858 (or 0xAD3858) is unknown color: approx Night Shadz. HEX triplet: AD, 38 and 58. RGB value is (173,56,88). Sum of RGB (Red+Green+Blue) = 173+56+88=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3858 is #52C7A7. Grayscale: #5E5E5E. Windows color (decimal): -5425064 or 5781677. OLE color: 5781677.

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

Color convert

RGB1735688-
CMYK00.680.490.32
HSL343.59º51.09%44.9%-
HSV(B)343.59º67.63%67.84%-
XYZ20.4112.4210.55-
YUV94.63124.26183.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.57%
GREEN value IS 56 (22.27% from 255) = 17.67%
BLUE value IS 88 (34.77% from 255) = 27.76%
R=54.57%
G=17.67%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173568800.680.490.32343.5951.0944.9
HexAD38580443120158332d
Octal25570130010461405306355
Binary10101101111000101100001000100110001100000101011000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad3858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad3858; }

 p { color: rgb(173,56,88); }

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

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

 a { background-color: rgb(173,56,88); }

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

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

 span { border-color: rgb(173,56,88); }

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