Html Css Color HEX #AD3755 Night Shadz

📋 copy color: '#AD3755'

red 173 ◦ green 55 ◦ blue 85

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

Shades of Night Shadz #AD3755

Tints of Night Shadz #AD3755

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.57%

 BLUE value IS 85 (33.59% from 255) = 27.16%

R = 55.27%
G = 17.57%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD3755 (or 0xAD3755) is known color: Night Shadz. HEX triplet: AD, 37 and 55. RGB value is (173,55,85). Sum of RGB (Red+Green+Blue) = 173+55+85=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 85 (33.59% from 255 or 27.16% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3755 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3755 is #52C8AA. Grayscale: #5D5D5D. Windows color (decimal): -5425323 or 5584813. OLE color: 5584813.

HSL color Cylindrical-coordinate representation of color #AD3755: hue angle of 344.75º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD3755 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 55 85 -
CMYK 0 0.68 0.51 0.32
HSL 344.75º 0.52% 0.45% -
HSV(B) 344.75º 0.68% 0.68% -
XYZ 20.24 12.27 9.9 -
YUV 93.7 123.09 184.56 -
System Red Green Blue C M Y K H S L
Decimal 173 55 85 0 0.68 0.51 0.32 344.75 0.52 0.45
Hex AD 37 55 0 44 33 20 159 34 2D
Octal 255 67 125 0 104 63 40 531 64 55
Binary 10101101 110111 1010101 0 1000100 110011 100000 101011001 110100 101101

Color Harmonies of #AD3755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3755

Black with #AD3755

Text Example


Text Example

White with #AD3755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3755; }

 p { color: rgb(173,55,85); }

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

background-color css

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

 a { background-color: rgb(173,55,85); }

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

border-color css

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

 span { border-color: rgb(173,55,85); }

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