#AD334F

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

Shades of Night Shadz #AD334F

Tints of Night Shadz #AD334F

Color information

#AD334F (or 0xAD334F) is unknown color: approx Night Shadz. HEX triplet: AD, 33 and 4F. RGB value is (173,51,79). Sum of RGB (Red+Green+Blue) = 173+51+79=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD334F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD334F is #52CCB0. Grayscale: #5A5A5A. Windows color (decimal): -5426353 or 5190573. OLE color: 5190573.

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

Color convert

RGB1735179-
CMYK00.710.540.32
HSL346.23º54.46%43.92%-
HSV(B)346.23º70.52%67.84%-
XYZ19.8311.828.63-
YUV90.67121.42186.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.10%
GREEN value IS 51 (20.31% from 255) = 16.83%
BLUE value IS 79 (31.25% from 255) = 26.07%
R=57.10%
G=16.83%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173517900.710.540.32346.2354.4643.92
HexAD334F047362015a362c
Octal25563117010766405326654
Binary10101101110011100111101000111110110100000101011010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD334F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD334F; }

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

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

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

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

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

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

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

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