Html Css Color HEX #AD364B Night Shadz

📋 copy color: '#AD364B'

red 173 ◦ green 54 ◦ blue 75

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

Shades of Night Shadz #AD364B

Tints of Night Shadz #AD364B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.83%

R = 57.28%
G = 17.88%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD364B (or 0xAD364B) is known color: Night Shadz. HEX triplet: AD, 36 and 4B. RGB value is (173,54,75). Sum of RGB (Red+Green+Blue) = 173+54+75=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD364B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD364B is #52C9B4. Grayscale: #5C5C5C. Windows color (decimal): -5425589 or 4929197. OLE color: 4929197.

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

Color convert

RGB 173 54 75 -
CMYK 0 0.69 0.57 0.32
HSL 349.41º 0.52% 0.45% -
HSV(B) 349.41º 0.69% 0.68% -
XYZ 19.82 12.03 7.93 -
YUV 91.98 118.42 185.79 -
System Red Green Blue C M Y K H S L
Decimal 173 54 75 0 0.69 0.57 0.32 349.41 0.52 0.45
Hex AD 36 4B 0 45 39 20 15D 34 2D
Octal 255 66 113 0 105 71 40 535 64 55
Binary 10101101 110110 1001011 0 1000101 111001 100000 101011101 110100 101101

Color Harmonies of #AD364B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD364B

Black with #AD364B

Text Example


Text Example

White with #AD364B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD364B; }

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

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

background-color css

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

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

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

border-color css

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

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

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