Html Css Color HEX #AD4349 Night Shadz

📋 copy color: '#AD4349'

red 173 ◦ green 67 ◦ blue 73

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

Shades of Night Shadz #AD4349

Tints of Night Shadz #AD4349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.32%

R = 55.27%
G = 21.41%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD4349 (or 0xAD4349) is known color: Night Shadz. HEX triplet: AD, 43 and 49. RGB value is (173,67,73). Sum of RGB (Red+Green+Blue) = 173+67+73=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4349 is #52BCB6. Grayscale: #636363. Windows color (decimal): -5422263 or 4801453. OLE color: 4801453.

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

Color convert

RGB 173 67 73 -
CMYK 0 0.61 0.58 0.32
HSL 356.6º 0.44% 0.47% -
HSV(B) 356.6º 0.61% 0.68% -
XYZ 20.44 13.38 7.81 -
YUV 99.38 113.12 180.51 -
System Red Green Blue C M Y K H S L
Decimal 173 67 73 0 0.61 0.58 0.32 356.6 0.44 0.47
Hex AD 43 49 0 3D 3A 20 165 2C 2F
Octal 255 103 111 0 75 72 40 545 54 57
Binary 10101101 1000011 1001001 0 111101 111010 100000 101100101 101100 101111

Color Harmonies of #AD4349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4349

Black with #AD4349

Text Example


Text Example

White with #AD4349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4349; }

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

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

background-color css

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

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

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

border-color css

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

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

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