Html Css Color HEX #AD374F Night Shadz

📋 copy color: '#AD374F'

red 173 ◦ green 55 ◦ blue 79

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

Shades of Night Shadz #AD374F

Tints of Night Shadz #AD374F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.73%

R = 56.35%
G = 17.92%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD374F (or 0xAD374F) is known color: Night Shadz. HEX triplet: AD, 37 and 4F. RGB value is (173,55,79). Sum of RGB (Red+Green+Blue) = 173+55+79=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD374F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD374F is #52C8B0. Grayscale: #5D5D5D. Windows color (decimal): -5425329 or 5191597. OLE color: 5191597.

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

Color convert

RGB 173 55 79 -
CMYK 0 0.68 0.54 0.32
HSL 347.8º 0.52% 0.45% -
HSV(B) 347.8º 0.68% 0.68% -
XYZ 20.01 12.18 8.69 -
YUV 93.02 120.09 185.05 -
System Red Green Blue C M Y K H S L
Decimal 173 55 79 0 0.68 0.54 0.32 347.8 0.52 0.45
Hex AD 37 4F 0 44 36 20 15C 34 2D
Octal 255 67 117 0 104 66 40 534 64 55
Binary 10101101 110111 1001111 0 1000100 110110 100000 101011100 110100 101101

Color Harmonies of #AD374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD374F

Black with #AD374F

Text Example


Text Example

White with #AD374F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD374F; }

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

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

background-color css

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

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

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

border-color css

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

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

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