Html Css Color HEX #AD5432 Red Stage

📋 copy color: '#AD5432'

red 173 ◦ green 84 ◦ blue 50

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

Shades of Red Stage #AD5432

Tints of Red Stage #AD5432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.29%

R = 56.35%
G = 27.36%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AD5432 (or 0xAD5432) is known color: Red Stage. HEX triplet: AD, 54 and 32. RGB value is (173,84,50). Sum of RGB (Red+Green+Blue) = 173+84+50=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5432 is #52ABCD. Grayscale: #6A6A6A. Windows color (decimal): -5417934 or 3298477. OLE color: 3298477.

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

Color convert

RGB 173 84 50 -
CMYK 0 0.51 0.71 0.32
HSL 16.59º 0.55% 0.44% -
HSV(B) 16.59º 0.71% 0.68% -
XYZ 20.98 15.46 4.9 -
YUV 106.74 95.99 175.26 -
System Red Green Blue C M Y K H S L
Decimal 173 84 50 0 0.51 0.71 0.32 16.59 0.55 0.44
Hex AD 54 32 0 33 47 20 11 37 2C
Octal 255 124 62 0 63 107 40 21 67 54
Binary 10101101 1010100 110010 0 110011 1000111 100000 10001 110111 101100

Color Harmonies of #AD5432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5432

Black with #AD5432

Text Example


Text Example

White with #AD5432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5432; }

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

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

background-color css

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

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

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

border-color css

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

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

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