Shades of Brown #AD3224
Tints of Brown #AD3224
RGB
CMYK
RGB Variations
Color information
#AD3224 (or 0xAD3224) is known color: Brown. HEX triplet: AD, 32 and 24. RGB value is (173,50,36). Sum of RGB (Red+Green+Blue) = 173+50+36=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 36 (14.45% from 255 or 13.90% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3224 is #52CDDB. Grayscale: #555555. Windows color (decimal): -5426652 or 2372269. OLE color: 2372269.
HSL color Cylindrical-coordinate representation of color #AD3224: hue angle of 6.13º degrees, saturation: 0.66, 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 #AD3224 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 50 | 36 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.32 |
| HSL | 6.13º | 0.66% | 0.41% | - |
| HSV(B) | 6.13º | 0.79% | 0.68% | - |
| XYZ | 18.69 | 11.29 | 2.86 | - |
| YUV | 85.18 | 100.25 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 36 | 0 | 0.71 | 0.79 | 0.32 | 6.13 | 0.66 | 0.41 |
| Hex | AD | 32 | 24 | 0 | 47 | 4F | 20 | 6 | 42 | 29 |
| Octal | 255 | 62 | 44 | 0 | 107 | 117 | 40 | 6 | 102 | 51 |
| Binary | 10101101 | 110010 | 100100 | 0 | 1000111 | 1001111 | 100000 | 110 | 1000010 | 101001 |
Color Harmonies of #AD3224
Complementary color
Monochromatic Colors of #AD3224
Black with #AD3224
Text Example
Text Example
White with #AD3224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3224; }
p { color: rgb(173,50,36); }
H1.HeaderClassName
{
color: #AD3224;
}
.AnyTagClassName
{
color: #AD3224;
}
</style>
background-color css
<style>
a { background-color: #AD3224; }
a { background-color: rgb(173,50,36); }
div.DivClassName
{
background-color: #AD3224;
}
.BgClassName
{
background-color: #AD3224;
}
</style>
border-color css
<style>
span { border-color: #AD3224; }
span { border-color: rgb(173,50,36); }
td.TdClassName
{
border-color: #AD3224;
}
.TagClassName
{
border-color: #AD3224;
}
</style>