#ad4349

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

Shades of Night Shadz #AD4349

Tints of Night Shadz #AD4349

Color information

#AD4349 (or 0xAD4349) is unknown color: approx Night Shadz. HEX triplet: AD, 43 and 49. RGB value is (173,67,73). Sum of RGB (Red+Green+Blue) = 173+67+73=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4349 is #52BCB6. Grayscale: #636363. Windows color (decimal): -5422263 or 4801453. OLE color: 4801453.

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

Color convert

RGB1736773-
CMYK00.610.580.32
HSL356.6º44.17%47.06%-
HSV(B)356.6º61.27%67.84%-
XYZ20.4413.387.81-
YUV99.38113.12180.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.27%
GREEN value IS 67 (26.56% from 255) = 21.41%
BLUE value IS 73 (28.91% from 255) = 23.32%
R=55.27%
G=21.41%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173677300.610.580.32356.644.1747.06
HexAD434903D3A201652c2f
Octal25510311107572405455457
Binary10101101100001110010010111101111010100000101100101101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad4349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad4349; }

 p { color: rgb(173,67,73); }

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

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

 a { background-color: rgb(173,67,73); }

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

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

 span { border-color: rgb(173,67,73); }

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