Html Css Color HEX #AD3447 Night Shadz

📋 copy color: '#AD3447'

red 173 ◦ green 52 ◦ blue 71

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

Shades of Night Shadz #AD3447

Tints of Night Shadz #AD3447

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.57%

 BLUE value IS 71 (28.13% from 255) = 23.99%

R = 58.45%
G = 17.57%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AD3447 (or 0xAD3447) is known color: Night Shadz. HEX triplet: AD, 34 and 47. RGB value is (173,52,71). Sum of RGB (Red+Green+Blue) = 173+52+71=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 71 (28.12% from 255 or 23.99% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3447 is #52CBB8. Grayscale: #5A5A5A. Windows color (decimal): -5426105 or 4666541. OLE color: 4666541.

HSL color Cylindrical-coordinate representation of color #AD3447: hue angle of 350.58º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD3447 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 52 71 -
CMYK 0 0.70 0.59 0.32
HSL 350.58º 0.54% 0.44% -
HSV(B) 350.58º 0.7% 0.68% -
XYZ 19.6 11.8 7.2 -
YUV 90.35 117.09 186.96 -
System Red Green Blue C M Y K H S L
Decimal 173 52 71 0 0.70 0.59 0.32 350.58 0.54 0.44
Hex AD 34 47 0 46 3B 20 15F 36 2C
Octal 255 64 107 0 106 73 40 537 66 54
Binary 10101101 110100 1000111 0 1000110 111011 100000 101011111 110110 101100

Color Harmonies of #AD3447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3447

Black with #AD3447

Text Example


Text Example

White with #AD3447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3447; }

 p { color: rgb(173,52,71); }

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

background-color css

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

 a { background-color: rgb(173,52,71); }

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

border-color css

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

 span { border-color: rgb(173,52,71); }

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