Html Css Color HEX #AD4049 Night Shadz

📋 copy color: '#AD4049'

red 173 ◦ green 64 ◦ blue 73

#AD4049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Night Shadz #AD4049

Tints of Night Shadz #AD4049

RGB

 RED value IS 173 (67.97% from 255) = 55.81%

 GREEN value IS 64 (25.39% from 255) = 20.65%

 BLUE value IS 73 (28.91% from 255) = 23.55%

R = 55.81%
G = 20.65%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD4049 (or 0xAD4049) is known color: Night Shadz. HEX triplet: AD, 40 and 49. RGB value is (173,64,73). Sum of RGB (Red+Green+Blue) = 173+64+73=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4049 is #52BFB6. Grayscale: #616161. Windows color (decimal): -5423031 or 4800685. OLE color: 4800685.

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

Color convert

RGB 173 64 73 -
CMYK 0 0.63 0.58 0.32
HSL 355.05º 0.46% 0.46% -
HSV(B) 355.05º 0.63% 0.68% -
XYZ 20.27 13.03 7.75 -
YUV 97.62 114.11 181.77 -
System Red Green Blue C M Y K H S L
Decimal 173 64 73 0 0.63 0.58 0.32 355.05 0.46 0.46
Hex AD 40 49 0 3F 3A 20 163 2E 2E
Octal 255 100 111 0 77 72 40 543 56 56
Binary 10101101 1000000 1001001 0 111111 111010 100000 101100011 101110 101110

Color Harmonies of #AD4049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4049

Black with #AD4049

Text Example


Text Example

White with #AD4049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4049; }

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

 H1.HeaderClassName
 {
   color: #AD4049;
 }
 .AnyTagClassName
 {
   color: #AD4049;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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