Shades of Brown #A82C27
Tints of Brown #A82C27
RGB
CMYK
RGB Variations
Color information
#A82C27 (or 0xA82C27) is known color: Brown. HEX triplet: A8, 2C and 27. RGB value is (168,44,39). Sum of RGB (Red+Green+Blue) = 168+44+39=251 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.93% from 251); Green value is 44 (17.58% from 255 or 17.53% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82C27 is #57D3D8. Grayscale: #505050. Windows color (decimal): -5755865 or 2567336. OLE color: 2567336.
HSL color Cylindrical-coordinate representation of color #A82C27: hue angle of 2.33º 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 #A82C27 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 44 | 39 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.34 |
| HSL | 2.33º | 0.62% | 0.41% | - |
| HSV(B) | 2.33º | 0.77% | 0.66% | - |
| XYZ | 17.42 | 10.27 | 2.98 | - |
| YUV | 80.51 | 104.58 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 44 | 39 | 0 | 0.74 | 0.77 | 0.34 | 2.33 | 0.62 | 0.41 |
| Hex | A8 | 2C | 27 | 0 | 4A | 4D | 22 | 2 | 3E | 29 |
| Octal | 250 | 54 | 47 | 0 | 112 | 115 | 42 | 2 | 76 | 51 |
| Binary | 10101000 | 101100 | 100111 | 0 | 1001010 | 1001101 | 100010 | 10 | 111110 | 101001 |
Color Harmonies of #A82C27
Complementary color
Monochromatic Colors of #A82C27
Black with #A82C27
Text Example
Text Example
White with #A82C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82C27; }
p { color: rgb(168,44,39); }
H1.HeaderClassName
{
color: #A82C27;
}
.AnyTagClassName
{
color: #A82C27;
}
</style>
background-color css
<style>
a { background-color: #A82C27; }
a { background-color: rgb(168,44,39); }
div.DivClassName
{
background-color: #A82C27;
}
.BgClassName
{
background-color: #A82C27;
}
</style>
border-color css
<style>
span { border-color: #A82C27; }
span { border-color: rgb(168,44,39); }
td.TdClassName
{
border-color: #A82C27;
}
.TagClassName
{
border-color: #A82C27;
}
</style>