Shades of Brown #A72C2A
Tints of Brown #A72C2A
RGB
CMYK
RGB Variations
Color information
#A72C2A (or 0xA72C2A) is known color: Brown. HEX triplet: A7, 2C and 2A. RGB value is (167,44,42). Sum of RGB (Red+Green+Blue) = 167+44+42=253 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.01% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 167 - color contains mainly: red. Hex color #A72C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72C2A is #58D3D5. Grayscale: #505050. Windows color (decimal): -5821398 or 2763943. OLE color: 2763943.
HSL color Cylindrical-coordinate representation of color #A72C2A: hue angle of 0.96º degrees, saturation: 0.6, 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 #A72C2A is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 44 | 42 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.35 |
| HSL | 0.96º | 0.6% | 0.41% | - |
| HSV(B) | 0.96º | 0.75% | 0.65% | - |
| XYZ | 17.25 | 10.18 | 3.25 | - |
| YUV | 80.55 | 106.25 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 44 | 42 | 0 | 0.74 | 0.75 | 0.35 | 0.96 | 0.6 | 0.41 |
| Hex | A7 | 2C | 2A | 0 | 4A | 4B | 23 | 1 | 3C | 29 |
| Octal | 247 | 54 | 52 | 0 | 112 | 113 | 43 | 1 | 74 | 51 |
| Binary | 10100111 | 101100 | 101010 | 0 | 1001010 | 1001011 | 100011 | 1 | 111100 | 101001 |
Color Harmonies of #A72C2A
Complementary color
Monochromatic Colors of #A72C2A
Black with #A72C2A
Text Example
Text Example
White with #A72C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72C2A; }
p { color: rgb(167,44,42); }
H1.HeaderClassName
{
color: #A72C2A;
}
.AnyTagClassName
{
color: #A72C2A;
}
</style>
background-color css
<style>
a { background-color: #A72C2A; }
a { background-color: rgb(167,44,42); }
div.DivClassName
{
background-color: #A72C2A;
}
.BgClassName
{
background-color: #A72C2A;
}
</style>
border-color css
<style>
span { border-color: #A72C2A; }
span { border-color: rgb(167,44,42); }
td.TdClassName
{
border-color: #A72C2A;
}
.TagClassName
{
border-color: #A72C2A;
}
</style>