Html Css Color HEX #AD3553 Night Shadz

📋 copy color: '#AD3553'

red 173 ◦ green 53 ◦ blue 83

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

Shades of Night Shadz #AD3553

Tints of Night Shadz #AD3553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.86%

R = 55.99%
G = 17.15%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AD3553 (or 0xAD3553) is known color: Night Shadz. HEX triplet: AD, 35 and 53. RGB value is (173,53,83). Sum of RGB (Red+Green+Blue) = 173+53+83=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3553 is #52CAAC. Grayscale: #5C5C5C. Windows color (decimal): -5425837 or 5453229. OLE color: 5453229.

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

Color convert

RGB 173 53 83 -
CMYK 0 0.69 0.52 0.32
HSL 345º 0.53% 0.44% -
HSV(B) 345º 0.69% 0.68% -
XYZ 20.07 12.05 9.45 -
YUV 92.3 122.76 185.56 -
System Red Green Blue C M Y K H S L
Decimal 173 53 83 0 0.69 0.52 0.32 345 0.53 0.44
Hex AD 35 53 0 45 34 20 159 35 2C
Octal 255 65 123 0 105 64 40 531 65 54
Binary 10101101 110101 1010011 0 1000101 110100 100000 101011001 110101 101100

Color Harmonies of #AD3553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3553

Black with #AD3553

Text Example


Text Example

White with #AD3553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3553; }

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

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

background-color css

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

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

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

border-color css

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

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

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