Shades of Brown #A72C2B
Tints of Brown #A72C2B
RGB
CMYK
RGB Variations
Color information
#A72C2B (or 0xA72C2B) is known color: Brown. HEX triplet: A7, 2C and 2B. RGB value is (167,44,43). Sum of RGB (Red+Green+Blue) = 167+44+43=254 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.75% from 254); Green value is 44 (17.58% from 255 or 17.32% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 167 - color contains mainly: red. Hex color #A72C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72C2B is #58D3D4. Grayscale: #505050. Windows color (decimal): -5821397 or 2829479. OLE color: 2829479.
HSL color Cylindrical-coordinate representation of color #A72C2B: hue angle of 0.48º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A72C2B is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 44 | 43 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.35 |
| HSL | 0.48º | 0.59% | 0.41% | - |
| HSV(B) | 0.48º | 0.74% | 0.65% | - |
| XYZ | 17.27 | 10.19 | 3.34 | - |
| YUV | 80.66 | 106.75 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 44 | 43 | 0 | 0.74 | 0.74 | 0.35 | 0.48 | 0.59 | 0.41 |
| Hex | A7 | 2C | 2B | 0 | 4A | 4A | 23 | 0 | 3B | 29 |
| Octal | 247 | 54 | 53 | 0 | 112 | 112 | 43 | 0 | 73 | 51 |
| Binary | 10100111 | 101100 | 101011 | 0 | 1001010 | 1001010 | 100011 | 0 | 111011 | 101001 |
Color Harmonies of #A72C2B
Complementary color
Monochromatic Colors of #A72C2B
Black with #A72C2B
Text Example
Text Example
White with #A72C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72C2B; }
p { color: rgb(167,44,43); }
H1.HeaderClassName
{
color: #A72C2B;
}
.AnyTagClassName
{
color: #A72C2B;
}
</style>
background-color css
<style>
a { background-color: #A72C2B; }
a { background-color: rgb(167,44,43); }
div.DivClassName
{
background-color: #A72C2B;
}
.BgClassName
{
background-color: #A72C2B;
}
</style>
border-color css
<style>
span { border-color: #A72C2B; }
span { border-color: rgb(167,44,43); }
td.TdClassName
{
border-color: #A72C2B;
}
.TagClassName
{
border-color: #A72C2B;
}
</style>