Html Css Color HEX #AD374D Night Shadz

📋 copy color: '#AD374D'

red 173 ◦ green 55 ◦ blue 77

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

Shades of Night Shadz #AD374D

Tints of Night Shadz #AD374D

RGB

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

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

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

R = 56.72%
G = 18.03%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD374D (or 0xAD374D) is known color: Night Shadz. HEX triplet: AD, 37 and 4D. RGB value is (173,55,77). Sum of RGB (Red+Green+Blue) = 173+55+77=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD374D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD374D is #52C8B2. Grayscale: #5C5C5C. Windows color (decimal): -5425331 or 5060525. OLE color: 5060525.

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

Color convert

RGB 173 55 77 -
CMYK 0 0.68 0.55 0.32
HSL 348.81º 0.52% 0.45% -
HSV(B) 348.81º 0.68% 0.68% -
XYZ 19.94 12.15 8.32 -
YUV 92.79 119.09 185.21 -
System Red Green Blue C M Y K H S L
Decimal 173 55 77 0 0.68 0.55 0.32 348.81 0.52 0.45
Hex AD 37 4D 0 44 37 20 15D 34 2D
Octal 255 67 115 0 104 67 40 535 64 55
Binary 10101101 110111 1001101 0 1000100 110111 100000 101011101 110100 101101

Color Harmonies of #AD374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD374D

Black with #AD374D

Text Example


Text Example

White with #AD374D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD374D; }

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

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

background-color css

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

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

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

border-color css

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

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

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