Html Css Color HEX #AD3349 Night Shadz

📋 copy color: '#AD3349'

red 173 ◦ green 51 ◦ blue 73

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

Shades of Night Shadz #AD3349

Tints of Night Shadz #AD3349

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.17%

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

R = 58.25%
G = 17.17%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD3349 (or 0xAD3349) is known color: Night Shadz. HEX triplet: AD, 33 and 49. RGB value is (173,51,73). Sum of RGB (Red+Green+Blue) = 173+51+73=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3349 is #52CCB6. Grayscale: #5A5A5A. Windows color (decimal): -5426359 or 4797357. OLE color: 4797357.

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

Color convert

RGB 173 51 73 -
CMYK 0 0.71 0.58 0.32
HSL 349.18º 0.54% 0.44% -
HSV(B) 349.18º 0.71% 0.68% -
XYZ 19.62 11.73 7.53 -
YUV 89.99 118.42 187.21 -
System Red Green Blue C M Y K H S L
Decimal 173 51 73 0 0.71 0.58 0.32 349.18 0.54 0.44
Hex AD 33 49 0 47 3A 20 15D 36 2C
Octal 255 63 111 0 107 72 40 535 66 54
Binary 10101101 110011 1001001 0 1000111 111010 100000 101011101 110110 101100

Color Harmonies of #AD3349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3349

Black with #AD3349

Text Example


Text Example

White with #AD3349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3349; }

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

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

background-color css

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

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

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

border-color css

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

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

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