Html Css Color HEX #AD5431 Red Stage

📋 copy color: '#AD5431'

red 173 ◦ green 84 ◦ blue 49

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

Shades of Red Stage #AD5431

Tints of Red Stage #AD5431

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.45%

 BLUE value IS 49 (19.53% from 255) = 16.01%

R = 56.54%
G = 27.45%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD5431 (or 0xAD5431) is known color: Red Stage. HEX triplet: AD, 54 and 31. RGB value is (173,84,49). Sum of RGB (Red+Green+Blue) = 173+84+49=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5431 is #52ABCE. Grayscale: #6A6A6A. Windows color (decimal): -5417935 or 3232941. OLE color: 3232941.

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

Color convert

RGB 173 84 49 -
CMYK 0 0.51 0.72 0.32
HSL 16.94º 0.56% 0.44% -
HSV(B) 16.94º 0.72% 0.68% -
XYZ 20.96 15.45 4.78 -
YUV 106.62 95.49 175.35 -
System Red Green Blue C M Y K H S L
Decimal 173 84 49 0 0.51 0.72 0.32 16.94 0.56 0.44
Hex AD 54 31 0 33 48 20 11 38 2C
Octal 255 124 61 0 63 110 40 21 70 54
Binary 10101101 1010100 110001 0 110011 1001000 100000 10001 111000 101100

Color Harmonies of #AD5431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5431

Black with #AD5431

Text Example


Text Example

White with #AD5431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5431; }

 p { color: rgb(173,84,49); }

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

background-color css

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

 a { background-color: rgb(173,84,49); }

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

border-color css

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

 span { border-color: rgb(173,84,49); }

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