Html Css Color HEX #AD4247 Night Shadz

📋 copy color: '#AD4247'

red 173 ◦ green 66 ◦ blue 71

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

Shades of Night Shadz #AD4247

Tints of Night Shadz #AD4247

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.29%

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

R = 55.81%
G = 21.29%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AD4247 (or 0xAD4247) is known color: Night Shadz. HEX triplet: AD, 42 and 47. RGB value is (173,66,71). Sum of RGB (Red+Green+Blue) = 173+66+71=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4247 is #52BDB8. Grayscale: #626262. Windows color (decimal): -5422521 or 4670125. OLE color: 4670125.

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

Color convert

RGB 173 66 71 -
CMYK 0 0.62 0.59 0.32
HSL 357.2º 0.45% 0.47% -
HSV(B) 357.2º 0.62% 0.68% -
XYZ 20.32 13.24 7.45 -
YUV 98.56 112.45 181.09 -
System Red Green Blue C M Y K H S L
Decimal 173 66 71 0 0.62 0.59 0.32 357.2 0.45 0.47
Hex AD 42 47 0 3E 3B 20 165 2D 2F
Octal 255 102 107 0 76 73 40 545 55 57
Binary 10101101 1000010 1000111 0 111110 111011 100000 101100101 101101 101111

Color Harmonies of #AD4247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4247

Black with #AD4247

Text Example


Text Example

White with #AD4247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4247; }

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

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

background-color css

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

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

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

border-color css

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

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

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