Shades of Brown #AD3232
Tints of Brown #AD3232
RGB
CMYK
RGB Variations
Color information
#AD3232 (or 0xAD3232) is known color: Brown. HEX triplet: AD, 32 and 32. RGB value is (173,50,50). Sum of RGB (Red+Green+Blue) = 173+50+50=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3232 is #52CDCD. Grayscale: #565656. Windows color (decimal): -5426638 or 3289773. OLE color: 3289773.
HSL color Cylindrical-coordinate representation of color #AD3232: hue angle of 0º 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 #AD3232 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 50 | 50 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.32 |
| HSL | 0º | 0.55% | 0.44% | - |
| HSV(B) | 0º | 0.71% | 0.68% | - |
| XYZ | 18.95 | 11.4 | 4.22 | - |
| YUV | 86.78 | 107.25 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 50 | 0 | 0.71 | 0.71 | 0.32 | 0 | 0.55 | 0.44 |
| Hex | AD | 32 | 32 | 0 | 47 | 47 | 20 | 0 | 37 | 2C |
| Octal | 255 | 62 | 62 | 0 | 107 | 107 | 40 | 0 | 67 | 54 |
| Binary | 10101101 | 110010 | 110010 | 0 | 1000111 | 1000111 | 100000 | 0 | 110111 | 101100 |
Color Harmonies of #AD3232
Complementary color
Monochromatic Colors of #AD3232
Black with #AD3232
Text Example
Text Example
White with #AD3232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3232; }
p { color: rgb(173,50,50); }
H1.HeaderClassName
{
color: #AD3232;
}
.AnyTagClassName
{
color: #AD3232;
}
</style>
background-color css
<style>
a { background-color: #AD3232; }
a { background-color: rgb(173,50,50); }
div.DivClassName
{
background-color: #AD3232;
}
.BgClassName
{
background-color: #AD3232;
}
</style>
border-color css
<style>
span { border-color: #AD3232; }
span { border-color: rgb(173,50,50); }
td.TdClassName
{
border-color: #AD3232;
}
.TagClassName
{
border-color: #AD3232;
}
</style>