Html Css Color HEX #AD3649 Night Shadz

📋 copy color: '#AD3649'

red 173 ◦ green 54 ◦ blue 73

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

Shades of Night Shadz #AD3649

Tints of Night Shadz #AD3649

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18%

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

R = 57.67%
G = 18%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD3649 (or 0xAD3649) is known color: Night Shadz. HEX triplet: AD, 36 and 49. RGB value is (173,54,73). Sum of RGB (Red+Green+Blue) = 173+54+73=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3649 is #52C9B6. Grayscale: #5B5B5B. Windows color (decimal): -5425591 or 4798125. OLE color: 4798125.

HSL color Cylindrical-coordinate representation of color #AD3649: hue angle of 350.42º 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 #AD3649 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 54 73 -
CMYK 0 0.69 0.58 0.32
HSL 350.42º 0.52% 0.45% -
HSV(B) 350.42º 0.69% 0.68% -
XYZ 19.76 12 7.58 -
YUV 91.75 117.42 185.96 -
System Red Green Blue C M Y K H S L
Decimal 173 54 73 0 0.69 0.58 0.32 350.42 0.52 0.45
Hex AD 36 49 0 45 3A 20 15E 34 2D
Octal 255 66 111 0 105 72 40 536 64 55
Binary 10101101 110110 1001001 0 1000101 111010 100000 101011110 110100 101101

Color Harmonies of #AD3649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3649

Black with #AD3649

Text Example


Text Example

White with #AD3649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3649; }

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

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

background-color css

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

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

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

border-color css

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

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

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