Html Css Color HEX #AD364E Night Shadz

📋 copy color: '#AD364E'

red 173 ◦ green 54 ◦ blue 78

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

Shades of Night Shadz #AD364E

Tints of Night Shadz #AD364E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.57%

R = 56.72%
G = 17.7%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD364E (or 0xAD364E) is known color: Night Shadz. HEX triplet: AD, 36 and 4E. RGB value is (173,54,78). Sum of RGB (Red+Green+Blue) = 173+54+78=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD364E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD364E is #52C9B1. Grayscale: #5C5C5C. Windows color (decimal): -5425586 or 5125805. OLE color: 5125805.

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

Color convert

RGB 173 54 78 -
CMYK 0 0.69 0.55 0.32
HSL 347.9º 0.52% 0.45% -
HSV(B) 347.9º 0.69% 0.68% -
XYZ 19.93 12.07 8.49 -
YUV 92.32 119.92 185.55 -
System Red Green Blue C M Y K H S L
Decimal 173 54 78 0 0.69 0.55 0.32 347.9 0.52 0.45
Hex AD 36 4E 0 45 37 20 15C 34 2D
Octal 255 66 116 0 105 67 40 534 64 55
Binary 10101101 110110 1001110 0 1000101 110111 100000 101011100 110100 101101

Color Harmonies of #AD364E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD364E

Black with #AD364E

Text Example


Text Example

White with #AD364E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD364E; }

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

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

background-color css

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

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

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

border-color css

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

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

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