#AD3354

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

Shades of Night Shadz #AD3354

Tints of Night Shadz #AD3354

Color information

#AD3354 (or 0xAD3354) is unknown color: approx Night Shadz. HEX triplet: AD, 33 and 54. RGB value is (173,51,84). Sum of RGB (Red+Green+Blue) = 173+51+84=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 84 (33.20% from 255 or 27.27% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3354 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3354 is #52CCAB. Grayscale: #5B5B5B. Windows color (decimal): -5426348 or 5518253. OLE color: 5518253.

HSL color Cylindrical-coordinate representation of color #AD3354: hue angle of 343.77º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD3354 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB1735184-
CMYK00.710.510.32
HSL343.77º54.46%43.92%-
HSV(B)343.77º70.52%67.84%-
XYZ20.0211.899.63-
YUV91.24123.92186.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.17%
GREEN value IS 51 (20.31% from 255) = 16.56%
BLUE value IS 84 (33.20% from 255) = 27.27%
R=56.17%
G=16.56%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173518400.710.510.32343.7754.4643.92
HexAD33540473320158362c
Octal25563124010763405306654
Binary10101101110011101010001000111110011100000101011000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3354; }

 p { color: rgb(173,51,84); }

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

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

 a { background-color: rgb(173,51,84); }

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

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

 span { border-color: rgb(173,51,84); }

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