#AD2F56

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

Shades of Night Shadz #AD2F56

Tints of Night Shadz #AD2F56

Color information

#AD2F56 (or 0xAD2F56) is unknown color: approx Night Shadz. HEX triplet: AD, 2F and 56. RGB value is (173,47,86). Sum of RGB (Red+Green+Blue) = 173+47+86=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2F56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2F56 is #52D0A9. Grayscale: #595959. Windows color (decimal): -5427370 or 5648301. OLE color: 5648301.

HSL color Cylindrical-coordinate representation of color #AD2F56: hue angle of 341.43º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD2F56 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB1734786-
CMYK00.730.500.32
HSL341.43º57.27%43.14%-
HSV(B)341.43º72.83%67.84%-
XYZ19.9311.599.99-
YUV89.12126.24187.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.54%
GREEN value IS 47 (18.75% from 255) = 15.36%
BLUE value IS 86 (33.98% from 255) = 28.10%
R=56.54%
G=15.36%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173478600.730.500.32341.4357.2743.14
HexAD2F560493220155392b
Octal25557126011162405257153
Binary10101101101111101011001001001110010100000101010101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2F56; }

 p { color: rgb(173,47,86); }

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

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

 a { background-color: rgb(173,47,86); }

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

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

 span { border-color: rgb(173,47,86); }

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