Html Css Color HEX #AD354A Night Shadz

📋 copy color: '#AD354A'

red 173 ◦ green 53 ◦ blue 74

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

Shades of Night Shadz #AD354A

Tints of Night Shadz #AD354A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.67%

R = 57.67%
G = 17.67%
B = 24.67%

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

#AD354A (or 0xAD354A) is known color: Night Shadz. HEX triplet: AD, 35 and 4A. RGB value is (173,53,74). Sum of RGB (Red+Green+Blue) = 173+53+74=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD354A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD354A is #52CAB5. Grayscale: #5B5B5B. Windows color (decimal): -5425846 or 4863405. OLE color: 4863405.

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

Color convert

RGB 173 53 74 -
CMYK 0 0.69 0.57 0.32
HSL 349.5º 0.53% 0.44% -
HSV(B) 349.5º 0.69% 0.68% -
XYZ 19.74 11.92 7.74 -
YUV 91.27 118.26 186.29 -
System Red Green Blue C M Y K H S L
Decimal 173 53 74 0 0.69 0.57 0.32 349.5 0.53 0.44
Hex AD 35 4A 0 45 39 20 15E 35 2C
Octal 255 65 112 0 105 71 40 536 65 54
Binary 10101101 110101 1001010 0 1000101 111001 100000 101011110 110101 101100

Color Harmonies of #AD354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD354A

Black with #AD354A

Text Example


Text Example

White with #AD354A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD354A; }

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

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

background-color css

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

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

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

border-color css

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

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

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