Shades of Brown #AD302E
Tints of Brown #AD302E
RGB
CMYK
RGB Variations
Color information
#AD302E (or 0xAD302E) is known color: Brown. HEX triplet: AD, 30 and 2E. RGB value is (173,48,46). Sum of RGB (Red+Green+Blue) = 173+48+46=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD302E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD302E is #52CFD1. Grayscale: #555555. Windows color (decimal): -5427154 or 3027117. OLE color: 3027117.
HSL color Cylindrical-coordinate representation of color #AD302E: hue angle of 0.94º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD302E is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 48 | 46 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.32 |
| HSL | 0.94º | 0.58% | 0.43% | - |
| HSV(B) | 0.94º | 0.73% | 0.68% | - |
| XYZ | 18.78 | 11.2 | 3.76 | - |
| YUV | 85.15 | 105.91 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 48 | 46 | 0 | 0.72 | 0.73 | 0.32 | 0.94 | 0.58 | 0.43 |
| Hex | AD | 30 | 2E | 0 | 48 | 49 | 20 | 1 | 3A | 2B |
| Octal | 255 | 60 | 56 | 0 | 110 | 111 | 40 | 1 | 72 | 53 |
| Binary | 10101101 | 110000 | 101110 | 0 | 1001000 | 1001001 | 100000 | 1 | 111010 | 101011 |
Color Harmonies of #AD302E
Complementary color
Monochromatic Colors of #AD302E
Black with #AD302E
Text Example
Text Example
White with #AD302E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD302E; }
p { color: rgb(173,48,46); }
H1.HeaderClassName
{
color: #AD302E;
}
.AnyTagClassName
{
color: #AD302E;
}
</style>
background-color css
<style>
a { background-color: #AD302E; }
a { background-color: rgb(173,48,46); }
div.DivClassName
{
background-color: #AD302E;
}
.BgClassName
{
background-color: #AD302E;
}
</style>
border-color css
<style>
span { border-color: #AD302E; }
span { border-color: rgb(173,48,46); }
td.TdClassName
{
border-color: #AD302E;
}
.TagClassName
{
border-color: #AD302E;
}
</style>