Shades of Brown #AD3231
Tints of Brown #AD3231
RGB
CMYK
RGB Variations
Color information
#AD3231 (or 0xAD3231) is known color: Brown. HEX triplet: AD, 32 and 31. RGB value is (173,50,49). Sum of RGB (Red+Green+Blue) = 173+50+49=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3231 is #52CDCE. Grayscale: #565656. Windows color (decimal): -5426639 or 3224237. OLE color: 3224237.
HSL color Cylindrical-coordinate representation of color #AD3231: hue angle of 0.48º 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 #AD3231 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 50 | 49 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.32 |
| HSL | 0.48º | 0.56% | 0.44% | - |
| HSV(B) | 0.48º | 0.72% | 0.68% | - |
| XYZ | 18.93 | 11.39 | 4.11 | - |
| YUV | 86.66 | 106.75 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 49 | 0 | 0.71 | 0.72 | 0.32 | 0.48 | 0.56 | 0.44 |
| Hex | AD | 32 | 31 | 0 | 47 | 48 | 20 | 0 | 38 | 2C |
| Octal | 255 | 62 | 61 | 0 | 107 | 110 | 40 | 0 | 70 | 54 |
| Binary | 10101101 | 110010 | 110001 | 0 | 1000111 | 1001000 | 100000 | 0 | 111000 | 101100 |
Color Harmonies of #AD3231
Complementary color
Monochromatic Colors of #AD3231
Black with #AD3231
Text Example
Text Example
White with #AD3231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3231; }
p { color: rgb(173,50,49); }
H1.HeaderClassName
{
color: #AD3231;
}
.AnyTagClassName
{
color: #AD3231;
}
</style>
background-color css
<style>
a { background-color: #AD3231; }
a { background-color: rgb(173,50,49); }
div.DivClassName
{
background-color: #AD3231;
}
.BgClassName
{
background-color: #AD3231;
}
</style>
border-color css
<style>
span { border-color: #AD3231; }
span { border-color: rgb(173,50,49); }
td.TdClassName
{
border-color: #AD3231;
}
.TagClassName
{
border-color: #AD3231;
}
</style>