Html Css Color HEX #AD3742 Night Shadz

📋 copy color: '#AD3742'

red 173 ◦ green 55 ◦ blue 66

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

Shades of Night Shadz #AD3742

Tints of Night Shadz #AD3742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.45%

R = 58.84%
G = 18.71%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD3742 (or 0xAD3742) is known color: Night Shadz. HEX triplet: AD, 37 and 42. RGB value is (173,55,66). Sum of RGB (Red+Green+Blue) = 173+55+66=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3742 is #52C8BD. Grayscale: #5B5B5B. Windows color (decimal): -5425342 or 4339629. OLE color: 4339629.

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

Color convert

RGB 173 55 66 -
CMYK 0 0.68 0.62 0.32
HSL 354.41º 0.52% 0.45% -
HSV(B) 354.41º 0.68% 0.68% -
XYZ 19.58 12.01 6.44 -
YUV 91.54 113.59 186.11 -
System Red Green Blue C M Y K H S L
Decimal 173 55 66 0 0.68 0.62 0.32 354.41 0.52 0.45
Hex AD 37 42 0 44 3E 20 162 34 2D
Octal 255 67 102 0 104 76 40 542 64 55
Binary 10101101 110111 1000010 0 1000100 111110 100000 101100010 110100 101101

Color Harmonies of #AD3742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3742

Black with #AD3742

Text Example


Text Example

White with #AD3742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3742; }

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

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

background-color css

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

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

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

border-color css

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

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

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