Html Css Color HEX #AD364C Night Shadz

📋 copy color: '#AD364C'

red 173 ◦ green 54 ◦ blue 76

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

Shades of Night Shadz #AD364C

Tints of Night Shadz #AD364C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.82%

 BLUE value IS 76 (30.08% from 255) = 25.08%

R = 57.1%
G = 17.82%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD364C (or 0xAD364C) is known color: Night Shadz. HEX triplet: AD, 36 and 4C. RGB value is (173,54,76). Sum of RGB (Red+Green+Blue) = 173+54+76=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD364C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD364C is #52C9B3. Grayscale: #5C5C5C. Windows color (decimal): -5425588 or 4994733. OLE color: 4994733.

HSL color Cylindrical-coordinate representation of color #AD364C: hue angle of 348.91º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD364C is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 54 76 -
CMYK 0 0.69 0.56 0.32
HSL 348.91º 0.52% 0.45% -
HSV(B) 348.91º 0.69% 0.68% -
XYZ 19.86 12.04 8.12 -
YUV 92.09 118.92 185.71 -
System Red Green Blue C M Y K H S L
Decimal 173 54 76 0 0.69 0.56 0.32 348.91 0.52 0.45
Hex AD 36 4C 0 45 38 20 15D 34 2D
Octal 255 66 114 0 105 70 40 535 64 55
Binary 10101101 110110 1001100 0 1000101 111000 100000 101011101 110100 101101

Color Harmonies of #AD364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD364C

Black with #AD364C

Text Example


Text Example

White with #AD364C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD364C; }

 p { color: rgb(173,54,76); }

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

background-color css

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

 a { background-color: rgb(173,54,76); }

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

border-color css

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

 span { border-color: rgb(173,54,76); }

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