Html Css Color HEX #AD3748 Night Shadz

📋 copy color: '#AD3748'

red 173 ◦ green 55 ◦ blue 72

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

Shades of Night Shadz #AD3748

Tints of Night Shadz #AD3748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24%

R = 57.67%
G = 18.33%
B = 24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD3748 (or 0xAD3748) is known color: Night Shadz. HEX triplet: AD, 37 and 48. RGB value is (173,55,72). Sum of RGB (Red+Green+Blue) = 173+55+72=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3748 is #52C8B7. Grayscale: #5C5C5C. Windows color (decimal): -5425336 or 4732845. OLE color: 4732845.

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

Color convert

RGB 173 55 72 -
CMYK 0 0.68 0.58 0.32
HSL 351.36º 0.52% 0.45% -
HSV(B) 351.36º 0.68% 0.68% -
XYZ 19.77 12.08 7.42 -
YUV 92.22 116.59 185.62 -
System Red Green Blue C M Y K H S L
Decimal 173 55 72 0 0.68 0.58 0.32 351.36 0.52 0.45
Hex AD 37 48 0 44 3A 20 15F 34 2D
Octal 255 67 110 0 104 72 40 537 64 55
Binary 10101101 110111 1001000 0 1000100 111010 100000 101011111 110100 101101

Color Harmonies of #AD3748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3748

Black with #AD3748

Text Example


Text Example

White with #AD3748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3748; }

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

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

background-color css

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

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

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

border-color css

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

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

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