Html Css Color HEX #AD374C Night Shadz

📋 copy color: '#AD374C'

red 173 ◦ green 55 ◦ blue 76

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

Shades of Night Shadz #AD374C

Tints of Night Shadz #AD374C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.09%

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

R = 56.91%
G = 18.09%
B = 25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD374C (or 0xAD374C) is known color: Night Shadz. HEX triplet: AD, 37 and 4C. RGB value is (173,55,76). Sum of RGB (Red+Green+Blue) = 173+55+76=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD374C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD374C is #52C8B3. Grayscale: #5C5C5C. Windows color (decimal): -5425332 or 4994989. OLE color: 4994989.

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

Color convert

RGB 173 55 76 -
CMYK 0 0.68 0.56 0.32
HSL 349.32º 0.52% 0.45% -
HSV(B) 349.32º 0.68% 0.68% -
XYZ 19.9 12.14 8.13 -
YUV 92.68 118.59 185.29 -
System Red Green Blue C M Y K H S L
Decimal 173 55 76 0 0.68 0.56 0.32 349.32 0.52 0.45
Hex AD 37 4C 0 44 38 20 15D 34 2D
Octal 255 67 114 0 104 70 40 535 64 55
Binary 10101101 110111 1001100 0 1000100 111000 100000 101011101 110100 101101

Color Harmonies of #AD374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD374C

Black with #AD374C

Text Example


Text Example

White with #AD374C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD374C; }

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

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

background-color css

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

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

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

border-color css

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

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

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