Html Css Color HEX #AD364F Night Shadz

📋 copy color: '#AD364F'

red 173 ◦ green 54 ◦ blue 79

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

Shades of Night Shadz #AD364F

Tints of Night Shadz #AD364F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.82%

R = 56.54%
G = 17.65%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD364F (or 0xAD364F) is known color: Night Shadz. HEX triplet: AD, 36 and 4F. RGB value is (173,54,79). Sum of RGB (Red+Green+Blue) = 173+54+79=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD364F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD364F is #52C9B0. Grayscale: #5C5C5C. Windows color (decimal): -5425585 or 5191341. OLE color: 5191341.

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

Color convert

RGB 173 54 79 -
CMYK 0 0.69 0.54 0.32
HSL 347.4º 0.52% 0.45% -
HSV(B) 347.4º 0.69% 0.68% -
XYZ 19.96 12.09 8.68 -
YUV 92.43 120.42 185.47 -
System Red Green Blue C M Y K H S L
Decimal 173 54 79 0 0.69 0.54 0.32 347.4 0.52 0.45
Hex AD 36 4F 0 45 36 20 15B 34 2D
Octal 255 66 117 0 105 66 40 533 64 55
Binary 10101101 110110 1001111 0 1000101 110110 100000 101011011 110100 101101

Color Harmonies of #AD364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD364F

Black with #AD364F

Text Example


Text Example

White with #AD364F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD364F; }

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

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

background-color css

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

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

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

border-color css

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

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

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