#AD3648

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

Shades of Night Shadz #AD3648

Tints of Night Shadz #AD3648

Color information

#AD3648 (or 0xAD3648) is unknown color: approx Night Shadz. HEX triplet: AD, 36 and 48. RGB value is (173,54,72). Sum of RGB (Red+Green+Blue) = 173+54+72=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3648 is #52C9B7. Grayscale: #5B5B5B. Windows color (decimal): -5425592 or 4732589. OLE color: 4732589.

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

Color convert

RGB1735472-
CMYK00.690.580.32
HSL350.92º52.42%44.51%-
HSV(B)350.92º68.79%67.84%-
XYZ19.7211.997.41-
YUV91.63116.92186.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.86%
GREEN value IS 54 (21.48% from 255) = 18.06%
BLUE value IS 72 (28.52% from 255) = 24.08%
R=57.86%
G=18.06%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173547200.690.580.32350.9252.4244.51
HexAD36480453A2015f342d
Octal25566110010572405376455
Binary10101101110110100100001000101111010100000101011111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3648; }

 p { color: rgb(173,54,72); }

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

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

 a { background-color: rgb(173,54,72); }

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

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

 span { border-color: rgb(173,54,72); }

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