Html Css Color HEX #AD324D Night Shadz

📋 copy color: '#AD324D'

red 173 ◦ green 50 ◦ blue 77

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

Shades of Night Shadz #AD324D

Tints of Night Shadz #AD324D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.67%

 BLUE value IS 77 (30.47% from 255) = 25.67%

R = 57.67%
G = 16.67%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD324D (or 0xAD324D) is known color: Night Shadz. HEX triplet: AD, 32 and 4D. RGB value is (173,50,77). Sum of RGB (Red+Green+Blue) = 173+50+77=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD324D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD324D is #52CDB2. Grayscale: #595959. Windows color (decimal): -5426611 or 5059245. OLE color: 5059245.

HSL color Cylindrical-coordinate representation of color #AD324D: hue angle of 346.83º degrees, saturation: 0.55, 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 #AD324D is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 50 77 -
CMYK 0 0.71 0.55 0.32
HSL 346.83º 0.55% 0.44% -
HSV(B) 346.83º 0.71% 0.68% -
XYZ 19.71 11.7 8.24 -
YUV 89.86 120.75 187.3 -
System Red Green Blue C M Y K H S L
Decimal 173 50 77 0 0.71 0.55 0.32 346.83 0.55 0.44
Hex AD 32 4D 0 47 37 20 15B 37 2C
Octal 255 62 115 0 107 67 40 533 67 54
Binary 10101101 110010 1001101 0 1000111 110111 100000 101011011 110111 101100

Color Harmonies of #AD324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD324D

Black with #AD324D

Text Example


Text Example

White with #AD324D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD324D; }

 p { color: rgb(173,50,77); }

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

background-color css

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

 a { background-color: rgb(173,50,77); }

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

border-color css

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

 span { border-color: rgb(173,50,77); }

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