Shades of Brown #A82927
Tints of Brown #A82927
RGB
CMYK
RGB Variations
Color information
#A82927 (or 0xA82927) is known color: Brown. HEX triplet: A8, 29 and 27. RGB value is (168,41,39). Sum of RGB (Red+Green+Blue) = 168+41+39=248 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.74% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 39 (15.62% from 255 or 15.73% from 248); Max value from RGB is 168 - color contains mainly: red. Hex color #A82927 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82927 is #57D6D8. Grayscale: #4E4E4E. Windows color (decimal): -5756633 or 2566568. OLE color: 2566568.
HSL color Cylindrical-coordinate representation of color #A82927: hue angle of 0.93º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A82927 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 41 | 39 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.34 |
| HSL | 0.93º | 0.62% | 0.41% | - |
| HSV(B) | 0.93º | 0.77% | 0.66% | - |
| XYZ | 17.31 | 10.06 | 2.95 | - |
| YUV | 78.75 | 105.58 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 41 | 39 | 0 | 0.76 | 0.77 | 0.34 | 0.93 | 0.62 | 0.41 |
| Hex | A8 | 29 | 27 | 0 | 4C | 4D | 22 | 1 | 3E | 29 |
| Octal | 250 | 51 | 47 | 0 | 114 | 115 | 42 | 1 | 76 | 51 |
| Binary | 10101000 | 101001 | 100111 | 0 | 1001100 | 1001101 | 100010 | 1 | 111110 | 101001 |
Color Harmonies of #A82927
Complementary color
Monochromatic Colors of #A82927
Black with #A82927
Text Example
Text Example
White with #A82927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82927; }
p { color: rgb(168,41,39); }
H1.HeaderClassName
{
color: #A82927;
}
.AnyTagClassName
{
color: #A82927;
}
</style>
background-color css
<style>
a { background-color: #A82927; }
a { background-color: rgb(168,41,39); }
div.DivClassName
{
background-color: #A82927;
}
.BgClassName
{
background-color: #A82927;
}
</style>
border-color css
<style>
span { border-color: #A82927; }
span { border-color: rgb(168,41,39); }
td.TdClassName
{
border-color: #A82927;
}
.TagClassName
{
border-color: #A82927;
}
</style>