Html Css Color HEX #AD4347 Night Shadz

📋 copy color: '#AD4347'

red 173 ◦ green 67 ◦ blue 71

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

Shades of Night Shadz #AD4347

Tints of Night Shadz #AD4347

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.54%

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

R = 55.63%
G = 21.54%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AD4347 (or 0xAD4347) is known color: Night Shadz. HEX triplet: AD, 43 and 47. RGB value is (173,67,71). Sum of RGB (Red+Green+Blue) = 173+67+71=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 71 (28.12% from 255 or 22.83% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4347 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4347 is #52BCB8. Grayscale: #636363. Windows color (decimal): -5422265 or 4670381. OLE color: 4670381.

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

Color convert

RGB 173 67 71 -
CMYK 0 0.61 0.59 0.32
HSL 357.74º 0.44% 0.47% -
HSV(B) 357.74º 0.61% 0.68% -
XYZ 20.38 13.35 7.46 -
YUV 99.15 112.12 180.67 -
System Red Green Blue C M Y K H S L
Decimal 173 67 71 0 0.61 0.59 0.32 357.74 0.44 0.47
Hex AD 43 47 0 3D 3B 20 166 2C 2F
Octal 255 103 107 0 75 73 40 546 54 57
Binary 10101101 1000011 1000111 0 111101 111011 100000 101100110 101100 101111

Color Harmonies of #AD4347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4347

Black with #AD4347

Text Example


Text Example

White with #AD4347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4347; }

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

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

background-color css

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

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

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

border-color css

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

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

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