Shades of Brown #AD3129
Tints of Brown #AD3129
RGB
CMYK
RGB Variations
Color information
#AD3129 (or 0xAD3129) is known color: Brown. HEX triplet: AD, 31 and 29. RGB value is (173,49,41). Sum of RGB (Red+Green+Blue) = 173+49+41=263 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.78% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3129 is #52CED6. Grayscale: #555555. Windows color (decimal): -5426903 or 2699693. OLE color: 2699693.
HSL color Cylindrical-coordinate representation of color #AD3129: hue angle of 3.64º 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 #AD3129 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 49 | 41 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.32 |
| HSL | 3.64º | 0.62% | 0.42% | - |
| HSV(B) | 3.64º | 0.76% | 0.68% | - |
| XYZ | 18.73 | 11.24 | 3.28 | - |
| YUV | 85.16 | 103.08 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 49 | 41 | 0 | 0.72 | 0.76 | 0.32 | 3.64 | 0.62 | 0.42 |
| Hex | AD | 31 | 29 | 0 | 48 | 4C | 20 | 4 | 3E | 2A |
| Octal | 255 | 61 | 51 | 0 | 110 | 114 | 40 | 4 | 76 | 52 |
| Binary | 10101101 | 110001 | 101001 | 0 | 1001000 | 1001100 | 100000 | 100 | 111110 | 101010 |
Color Harmonies of #AD3129
Complementary color
Monochromatic Colors of #AD3129
Black with #AD3129
Text Example
Text Example
White with #AD3129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3129; }
p { color: rgb(173,49,41); }
H1.HeaderClassName
{
color: #AD3129;
}
.AnyTagClassName
{
color: #AD3129;
}
</style>
background-color css
<style>
a { background-color: #AD3129; }
a { background-color: rgb(173,49,41); }
div.DivClassName
{
background-color: #AD3129;
}
.BgClassName
{
background-color: #AD3129;
}
</style>
border-color css
<style>
span { border-color: #AD3129; }
span { border-color: rgb(173,49,41); }
td.TdClassName
{
border-color: #AD3129;
}
.TagClassName
{
border-color: #AD3129;
}
</style>