Shades of Brown #AD3226
Tints of Brown #AD3226
RGB
CMYK
RGB Variations
Color information
#AD3226 (or 0xAD3226) is known color: Brown. HEX triplet: AD, 32 and 26. RGB value is (173,50,38). Sum of RGB (Red+Green+Blue) = 173+50+38=261 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.28% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3226 is #52CDD9. Grayscale: #555555. Windows color (decimal): -5426650 or 2503341. OLE color: 2503341.
HSL color Cylindrical-coordinate representation of color #AD3226: hue angle of 5.33º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD3226 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 50 | 38 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.32 |
| HSL | 5.33º | 0.64% | 0.41% | - |
| HSV(B) | 5.33º | 0.78% | 0.68% | - |
| XYZ | 18.72 | 11.31 | 3.03 | - |
| YUV | 85.41 | 101.25 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 38 | 0 | 0.71 | 0.78 | 0.32 | 5.33 | 0.64 | 0.41 |
| Hex | AD | 32 | 26 | 0 | 47 | 4E | 20 | 5 | 40 | 29 |
| Octal | 255 | 62 | 46 | 0 | 107 | 116 | 40 | 5 | 100 | 51 |
| Binary | 10101101 | 110010 | 100110 | 0 | 1000111 | 1001110 | 100000 | 101 | 1000000 | 101001 |
Color Harmonies of #AD3226
Complementary color
Monochromatic Colors of #AD3226
Black with #AD3226
Text Example
Text Example
White with #AD3226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3226; }
p { color: rgb(173,50,38); }
H1.HeaderClassName
{
color: #AD3226;
}
.AnyTagClassName
{
color: #AD3226;
}
</style>
background-color css
<style>
a { background-color: #AD3226; }
a { background-color: rgb(173,50,38); }
div.DivClassName
{
background-color: #AD3226;
}
.BgClassName
{
background-color: #AD3226;
}
</style>
border-color css
<style>
span { border-color: #AD3226; }
span { border-color: rgb(173,50,38); }
td.TdClassName
{
border-color: #AD3226;
}
.TagClassName
{
border-color: #AD3226;
}
</style>