Shades of Brown #A72A1D
Tints of Brown #A72A1D
RGB
CMYK
RGB Variations
Color information
#A72A1D (or 0xA72A1D) is known color: Brown. HEX triplet: A7, 2A and 1D. RGB value is (167,42,29). Sum of RGB (Red+Green+Blue) = 167+42+29=238 (31% of max value = 765). Red value is 167 (65.62% from 255 or 70.17% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 29 (11.72% from 255 or 12.18% from 238); Max value from RGB is 167 - color contains mainly: red. Hex color #A72A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72A1D is #58D5E2. Grayscale: #4E4E4E. Windows color (decimal): -5821923 or 1911463. OLE color: 1911463.
HSL color Cylindrical-coordinate representation of color #A72A1D: hue angle of 5.65º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A72A1D is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 42 | 29 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.35 |
| HSL | 5.65º | 0.7% | 0.38% | - |
| HSV(B) | 5.65º | 0.83% | 0.65% | - |
| XYZ | 16.99 | 9.96 | 2.19 | - |
| YUV | 77.89 | 100.41 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 42 | 29 | 0 | 0.75 | 0.83 | 0.35 | 5.65 | 0.7 | 0.38 |
| Hex | A7 | 2A | 1D | 0 | 4B | 53 | 23 | 6 | 46 | 26 |
| Octal | 247 | 52 | 35 | 0 | 113 | 123 | 43 | 6 | 106 | 46 |
| Binary | 10100111 | 101010 | 11101 | 0 | 1001011 | 1010011 | 100011 | 110 | 1000110 | 100110 |
Color Harmonies of #A72A1D
Complementary color
Monochromatic Colors of #A72A1D
Black with #A72A1D
Text Example
Text Example
White with #A72A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72A1D; }
p { color: rgb(167,42,29); }
H1.HeaderClassName
{
color: #A72A1D;
}
.AnyTagClassName
{
color: #A72A1D;
}
</style>
background-color css
<style>
a { background-color: #A72A1D; }
a { background-color: rgb(167,42,29); }
div.DivClassName
{
background-color: #A72A1D;
}
.BgClassName
{
background-color: #A72A1D;
}
</style>
border-color css
<style>
span { border-color: #A72A1D; }
span { border-color: rgb(167,42,29); }
td.TdClassName
{
border-color: #A72A1D;
}
.TagClassName
{
border-color: #A72A1D;
}
</style>