Html Css Color HEX #AD324C Night Shadz

📋 copy color: '#AD324C'

red 173 ◦ green 50 ◦ blue 76

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

Shades of Night Shadz #AD324C

Tints of Night Shadz #AD324C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.42%

R = 57.86%
G = 16.72%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD324C (or 0xAD324C) is known color: Night Shadz. HEX triplet: AD, 32 and 4C. RGB value is (173,50,76). Sum of RGB (Red+Green+Blue) = 173+50+76=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD324C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD324C is #52CDB3. Grayscale: #595959. Windows color (decimal): -5426612 or 4993709. OLE color: 4993709.

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

Color convert

RGB 173 50 76 -
CMYK 0 0.71 0.56 0.32
HSL 347.32º 0.55% 0.44% -
HSV(B) 347.32º 0.71% 0.68% -
XYZ 19.68 11.69 8.06 -
YUV 89.74 120.25 187.39 -
System Red Green Blue C M Y K H S L
Decimal 173 50 76 0 0.71 0.56 0.32 347.32 0.55 0.44
Hex AD 32 4C 0 47 38 20 15B 37 2C
Octal 255 62 114 0 107 70 40 533 67 54
Binary 10101101 110010 1001100 0 1000111 111000 100000 101011011 110111 101100

Color Harmonies of #AD324C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD324C

Black with #AD324C

Text Example


Text Example

White with #AD324C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD324C; }

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

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

background-color css

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

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

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

border-color css

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

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

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