#AD3448

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

Shades of Night Shadz #AD3448

Tints of Night Shadz #AD3448

Color information

#AD3448 (or 0xAD3448) is unknown color: approx Night Shadz. HEX triplet: AD, 34 and 48. RGB value is (173,52,72). Sum of RGB (Red+Green+Blue) = 173+52+72=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3448 is #52CBB7. Grayscale: #5A5A5A. Windows color (decimal): -5426104 or 4732077. OLE color: 4732077.

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

Color convert

RGB1735272-
CMYK00.700.580.32
HSL350.08º53.78%44.12%-
HSV(B)350.08º69.94%67.84%-
XYZ19.6311.817.38-
YUV90.46117.59186.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 58.25%
GREEN value IS 52 (20.70% from 255) = 17.51%
BLUE value IS 72 (28.52% from 255) = 24.24%
R=58.25%
G=17.51%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173527200.700.580.32350.0853.7844.12
HexAD34480463A2015e362c
Octal25564110010672405366654
Binary10101101110100100100001000110111010100000101011110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3448; }

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

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

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

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

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

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

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

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