Shades of Brown #A72C29
Tints of Brown #A72C29
RGB
CMYK
RGB Variations
Color information
#A72C29 (or 0xA72C29) is known color: Brown. HEX triplet: A7, 2C and 29. RGB value is (167,44,41). Sum of RGB (Red+Green+Blue) = 167+44+41=252 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.27% from 252); Green value is 44 (17.58% from 255 or 17.46% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 167 - color contains mainly: red. Hex color #A72C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72C29 is #58D3D6. Grayscale: #505050. Windows color (decimal): -5821399 or 2698407. OLE color: 2698407.
HSL color Cylindrical-coordinate representation of color #A72C29: hue angle of 1.43º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A72C29 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 44 | 41 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.35 |
| HSL | 1.43º | 0.61% | 0.41% | - |
| HSV(B) | 1.43º | 0.75% | 0.65% | - |
| XYZ | 17.24 | 10.18 | 3.15 | - |
| YUV | 80.44 | 105.75 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 44 | 41 | 0 | 0.74 | 0.75 | 0.35 | 1.43 | 0.61 | 0.41 |
| Hex | A7 | 2C | 29 | 0 | 4A | 4B | 23 | 1 | 3D | 29 |
| Octal | 247 | 54 | 51 | 0 | 112 | 113 | 43 | 1 | 75 | 51 |
| Binary | 10100111 | 101100 | 101001 | 0 | 1001010 | 1001011 | 100011 | 1 | 111101 | 101001 |
Color Harmonies of #A72C29
Complementary color
Monochromatic Colors of #A72C29
Black with #A72C29
Text Example
Text Example
White with #A72C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72C29; }
p { color: rgb(167,44,41); }
H1.HeaderClassName
{
color: #A72C29;
}
.AnyTagClassName
{
color: #A72C29;
}
</style>
background-color css
<style>
a { background-color: #A72C29; }
a { background-color: rgb(167,44,41); }
div.DivClassName
{
background-color: #A72C29;
}
.BgClassName
{
background-color: #A72C29;
}
</style>
border-color css
<style>
span { border-color: #A72C29; }
span { border-color: rgb(167,44,41); }
td.TdClassName
{
border-color: #A72C29;
}
.TagClassName
{
border-color: #A72C29;
}
</style>