Shades of Brown #A72E2D
Tints of Brown #A72E2D
RGB
CMYK
RGB Variations
Color information
#A72E2D (or 0xA72E2D) is known color: Brown. HEX triplet: A7, 2E and 2D. RGB value is (167,46,45). Sum of RGB (Red+Green+Blue) = 167+46+45=258 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.73% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 167 - color contains mainly: red. Hex color #A72E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72E2D is #58D1D2. Grayscale: #525252. Windows color (decimal): -5820883 or 2961063. OLE color: 2961063.
HSL color Cylindrical-coordinate representation of color #A72E2D: hue angle of 0.49º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A72E2D is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 46 | 45 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.35 |
| HSL | 0.49º | 0.58% | 0.42% | - |
| HSV(B) | 0.49º | 0.73% | 0.65% | - |
| XYZ | 17.39 | 10.36 | 3.57 | - |
| YUV | 82.07 | 107.09 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 46 | 45 | 0 | 0.72 | 0.73 | 0.35 | 0.49 | 0.58 | 0.42 |
| Hex | A7 | 2E | 2D | 0 | 48 | 49 | 23 | 0 | 3A | 2A |
| Octal | 247 | 56 | 55 | 0 | 110 | 111 | 43 | 0 | 72 | 52 |
| Binary | 10100111 | 101110 | 101101 | 0 | 1001000 | 1001001 | 100011 | 0 | 111010 | 101010 |
Color Harmonies of #A72E2D
Complementary color
Monochromatic Colors of #A72E2D
Black with #A72E2D
Text Example
Text Example
White with #A72E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72E2D; }
p { color: rgb(167,46,45); }
H1.HeaderClassName
{
color: #A72E2D;
}
.AnyTagClassName
{
color: #A72E2D;
}
</style>
background-color css
<style>
a { background-color: #A72E2D; }
a { background-color: rgb(167,46,45); }
div.DivClassName
{
background-color: #A72E2D;
}
.BgClassName
{
background-color: #A72E2D;
}
</style>
border-color css
<style>
span { border-color: #A72E2D; }
span { border-color: rgb(167,46,45); }
td.TdClassName
{
border-color: #A72E2D;
}
.TagClassName
{
border-color: #A72E2D;
}
</style>