#AD3958

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

Shades of Night Shadz #AD3958

Tints of Night Shadz #AD3958

Color information

#AD3958 (or 0xAD3958) is unknown color: approx Night Shadz. HEX triplet: AD, 39 and 58. RGB value is (173,57,88). Sum of RGB (Red+Green+Blue) = 173+57+88=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 88 (34.77% from 255 or 27.67% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3958 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3958 is #52C6A7. Grayscale: #5F5F5F. Windows color (decimal): -5424808 or 5781933. OLE color: 5781933.

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

Color convert

RGB1735788-
CMYK00.670.490.32
HSL343.97º50.43%45.1%-
HSV(B)343.97º67.05%67.84%-
XYZ20.4612.5210.57-
YUV95.22123.93183.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.40%
GREEN value IS 57 (22.66% from 255) = 17.92%
BLUE value IS 88 (34.77% from 255) = 27.67%
R=54.40%
G=17.92%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173578800.670.490.32343.9750.4345.1
HexAD39580433120158322d
Octal25571130010361405306255
Binary10101101111001101100001000011110001100000101011000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3958; }

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

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

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

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

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

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

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

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