#AD334D

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

Shades of Night Shadz #AD334D

Tints of Night Shadz #AD334D

Color information

#AD334D (or 0xAD334D) is unknown color: approx Night Shadz. HEX triplet: AD, 33 and 4D. RGB value is (173,51,77). Sum of RGB (Red+Green+Blue) = 173+51+77=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD334D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD334D is #52CCB2. Grayscale: #5A5A5A. Windows color (decimal): -5426355 or 5059501. OLE color: 5059501.

HSL color Cylindrical-coordinate representation of color #AD334D: hue angle of 347.21º 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 #AD334D is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB1735177-
CMYK00.710.550.32
HSL347.21º54.46%43.92%-
HSV(B)347.21º70.52%67.84%-
XYZ19.7611.798.26-
YUV90.44120.42186.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.48%
GREEN value IS 51 (20.31% from 255) = 16.94%
BLUE value IS 77 (30.47% from 255) = 25.58%
R=57.48%
G=16.94%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173517700.710.550.32347.2154.4643.92
HexAD334D047372015b362c
Octal25563115010767405336654
Binary10101101110011100110101000111110111100000101011011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD334D; }

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

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

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

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

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

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

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

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