Html Css Color HEX #AD3758 Night Shadz

📋 copy color: '#AD3758'

red 173 ◦ green 55 ◦ blue 88

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

Shades of Night Shadz #AD3758

Tints of Night Shadz #AD3758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.85%

R = 54.75%
G = 17.41%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD3758 (or 0xAD3758) is known color: Night Shadz. HEX triplet: AD, 37 and 58. RGB value is (173,55,88). Sum of RGB (Red+Green+Blue) = 173+55+88=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 88 (34.77% from 255 or 27.85% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3758 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3758 is #52C8A7. Grayscale: #5E5E5E. Windows color (decimal): -5425320 or 5781421. OLE color: 5781421.

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

Color convert

RGB 173 55 88 -
CMYK 0 0.68 0.49 0.32
HSL 343.22º 0.52% 0.45% -
HSV(B) 343.22º 0.68% 0.68% -
XYZ 20.36 12.32 10.54 -
YUV 94.04 124.59 184.32 -
System Red Green Blue C M Y K H S L
Decimal 173 55 88 0 0.68 0.49 0.32 343.22 0.52 0.45
Hex AD 37 58 0 44 31 20 157 34 2D
Octal 255 67 130 0 104 61 40 527 64 55
Binary 10101101 110111 1011000 0 1000100 110001 100000 101010111 110100 101101

Color Harmonies of #AD3758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3758

Black with #AD3758

Text Example


Text Example

White with #AD3758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3758; }

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

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

background-color css

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

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

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

border-color css

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

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

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