Shades of Brown #A72F2E
Tints of Brown #A72F2E
RGB
CMYK
RGB Variations
Color information
#A72F2E (or 0xA72F2E) is known color: Brown. HEX triplet: A7, 2F and 2E. RGB value is (167,47,46). Sum of RGB (Red+Green+Blue) = 167+47+46=260 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.23% from 260); Green value is 47 (18.75% from 255 or 18.08% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 167 - color contains mainly: red. Hex color #A72F2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72F2E is #58D0D1. Grayscale: #525252. Windows color (decimal): -5820626 or 3026855. OLE color: 3026855.
HSL color Cylindrical-coordinate representation of color #A72F2E: hue angle of 0.5º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A72F2E is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 47 | 46 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.35 |
| HSL | 0.5º | 0.57% | 0.42% | - |
| HSV(B) | 0.5º | 0.72% | 0.65% | - |
| XYZ | 17.45 | 10.45 | 3.68 | - |
| YUV | 82.77 | 107.26 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 47 | 46 | 0 | 0.72 | 0.72 | 0.35 | 0.5 | 0.57 | 0.42 |
| Hex | A7 | 2F | 2E | 0 | 48 | 48 | 23 | 0 | 39 | 2A |
| Octal | 247 | 57 | 56 | 0 | 110 | 110 | 43 | 0 | 71 | 52 |
| Binary | 10100111 | 101111 | 101110 | 0 | 1001000 | 1001000 | 100011 | 0 | 111001 | 101010 |
Color Harmonies of #A72F2E
Complementary color
Monochromatic Colors of #A72F2E
Black with #A72F2E
Text Example
Text Example
White with #A72F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72F2E; }
p { color: rgb(167,47,46); }
H1.HeaderClassName
{
color: #A72F2E;
}
.AnyTagClassName
{
color: #A72F2E;
}
</style>
background-color css
<style>
a { background-color: #A72F2E; }
a { background-color: rgb(167,47,46); }
div.DivClassName
{
background-color: #A72F2E;
}
.BgClassName
{
background-color: #A72F2E;
}
</style>
border-color css
<style>
span { border-color: #A72F2E; }
span { border-color: rgb(167,47,46); }
td.TdClassName
{
border-color: #A72F2E;
}
.TagClassName
{
border-color: #A72F2E;
}
</style>