Html Css Color HEX #AD354E Night Shadz

📋 copy color: '#AD354E'

red 173 ◦ green 53 ◦ blue 78

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

Shades of Night Shadz #AD354E

Tints of Night Shadz #AD354E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.43%

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

R = 56.91%
G = 17.43%
B = 25.66%

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

#AD354E (or 0xAD354E) is known color: Night Shadz. HEX triplet: AD, 35 and 4E. RGB value is (173,53,78). Sum of RGB (Red+Green+Blue) = 173+53+78=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD354E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD354E is #52CAB1. Grayscale: #5B5B5B. Windows color (decimal): -5425842 or 5125549. OLE color: 5125549.

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

Color convert

RGB 173 53 78 -
CMYK 0 0.69 0.55 0.32
HSL 347.5º 0.53% 0.44% -
HSV(B) 347.5º 0.69% 0.68% -
XYZ 19.88 11.98 8.47 -
YUV 91.73 120.26 185.97 -
System Red Green Blue C M Y K H S L
Decimal 173 53 78 0 0.69 0.55 0.32 347.5 0.53 0.44
Hex AD 35 4E 0 45 37 20 15C 35 2C
Octal 255 65 116 0 105 67 40 534 65 54
Binary 10101101 110101 1001110 0 1000101 110111 100000 101011100 110101 101100

Color Harmonies of #AD354E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD354E

Black with #AD354E

Text Example


Text Example

White with #AD354E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD354E; }

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

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

background-color css

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

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

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

border-color css

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

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

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