Shades of Brown #AD3225
Tints of Brown #AD3225
RGB
CMYK
RGB Variations
Color information
#AD3225 (or 0xAD3225) is known color: Brown. HEX triplet: AD, 32 and 25. RGB value is (173,50,37). Sum of RGB (Red+Green+Blue) = 173+50+37=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3225 is #52CDDA. Grayscale: #555555. Windows color (decimal): -5426651 or 2437805. OLE color: 2437805.
HSL color Cylindrical-coordinate representation of color #AD3225: hue angle of 5.74º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD3225 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 50 | 37 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.32 |
| HSL | 5.74º | 0.65% | 0.41% | - |
| HSV(B) | 5.74º | 0.79% | 0.68% | - |
| XYZ | 18.71 | 11.3 | 2.95 | - |
| YUV | 85.3 | 100.75 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 37 | 0 | 0.71 | 0.79 | 0.32 | 5.74 | 0.65 | 0.41 |
| Hex | AD | 32 | 25 | 0 | 47 | 4F | 20 | 6 | 41 | 29 |
| Octal | 255 | 62 | 45 | 0 | 107 | 117 | 40 | 6 | 101 | 51 |
| Binary | 10101101 | 110010 | 100101 | 0 | 1000111 | 1001111 | 100000 | 110 | 1000001 | 101001 |
Color Harmonies of #AD3225
Complementary color
Monochromatic Colors of #AD3225
Black with #AD3225
Text Example
Text Example
White with #AD3225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3225; }
p { color: rgb(173,50,37); }
H1.HeaderClassName
{
color: #AD3225;
}
.AnyTagClassName
{
color: #AD3225;
}
</style>
background-color css
<style>
a { background-color: #AD3225; }
a { background-color: rgb(173,50,37); }
div.DivClassName
{
background-color: #AD3225;
}
.BgClassName
{
background-color: #AD3225;
}
</style>
border-color css
<style>
span { border-color: #AD3225; }
span { border-color: rgb(173,50,37); }
td.TdClassName
{
border-color: #AD3225;
}
.TagClassName
{
border-color: #AD3225;
}
</style>