Shades of Brown #AD3229
Tints of Brown #AD3229
RGB
CMYK
RGB Variations
Color information
#AD3229 (or 0xAD3229) is known color: Brown. HEX triplet: AD, 32 and 29. RGB value is (173,50,41). Sum of RGB (Red+Green+Blue) = 173+50+41=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3229 is #52CDD6. Grayscale: #555555. Windows color (decimal): -5426647 or 2699949. OLE color: 2699949.
HSL color Cylindrical-coordinate representation of color #AD3229: hue angle of 4.09º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD3229 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 50 | 41 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.32 |
| HSL | 4.09º | 0.62% | 0.42% | - |
| HSV(B) | 4.09º | 0.76% | 0.68% | - |
| XYZ | 18.77 | 11.33 | 3.29 | - |
| YUV | 85.75 | 102.75 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 41 | 0 | 0.71 | 0.76 | 0.32 | 4.09 | 0.62 | 0.42 |
| Hex | AD | 32 | 29 | 0 | 47 | 4C | 20 | 4 | 3E | 2A |
| Octal | 255 | 62 | 51 | 0 | 107 | 114 | 40 | 4 | 76 | 52 |
| Binary | 10101101 | 110010 | 101001 | 0 | 1000111 | 1001100 | 100000 | 100 | 111110 | 101010 |
Color Harmonies of #AD3229
Complementary color
Monochromatic Colors of #AD3229
Black with #AD3229
Text Example
Text Example
White with #AD3229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3229; }
p { color: rgb(173,50,41); }
H1.HeaderClassName
{
color: #AD3229;
}
.AnyTagClassName
{
color: #AD3229;
}
</style>
background-color css
<style>
a { background-color: #AD3229; }
a { background-color: rgb(173,50,41); }
div.DivClassName
{
background-color: #AD3229;
}
.BgClassName
{
background-color: #AD3229;
}
</style>
border-color css
<style>
span { border-color: #AD3229; }
span { border-color: rgb(173,50,41); }
td.TdClassName
{
border-color: #AD3229;
}
.TagClassName
{
border-color: #AD3229;
}
</style>