Shades of Brown #A82D1A
Tints of Brown #A82D1A
RGB
CMYK
RGB Variations
Color information
#A82D1A (or 0xA82D1A) is known color: Brown. HEX triplet: A8, 2D and 1A. RGB value is (168,45,26). Sum of RGB (Red+Green+Blue) = 168+45+26=239 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.29% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 26 (10.55% from 255 or 10.88% from 239); Max value from RGB is 168 - color contains mainly: red. Hex color #A82D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82D1A is #57D2E5. Grayscale: #4F4F4F. Windows color (decimal): -5755622 or 1715624. OLE color: 1715624.
HSL color Cylindrical-coordinate representation of color #A82D1A: hue angle of 8.03º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A82D1A is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 45 | 26 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.34 |
| HSL | 8.03º | 0.73% | 0.38% | - |
| HSV(B) | 8.03º | 0.85% | 0.66% | - |
| XYZ | 17.27 | 10.28 | 2.05 | - |
| YUV | 79.61 | 97.75 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 45 | 26 | 0 | 0.73 | 0.85 | 0.34 | 8.03 | 0.73 | 0.38 |
| Hex | A8 | 2D | 1A | 0 | 49 | 55 | 22 | 8 | 49 | 26 |
| Octal | 250 | 55 | 32 | 0 | 111 | 125 | 42 | 10 | 111 | 46 |
| Binary | 10101000 | 101101 | 11010 | 0 | 1001001 | 1010101 | 100010 | 1000 | 1001001 | 100110 |
Color Harmonies of #A82D1A
Complementary color
Monochromatic Colors of #A82D1A
Black with #A82D1A
Text Example
Text Example
White with #A82D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82D1A; }
p { color: rgb(168,45,26); }
H1.HeaderClassName
{
color: #A82D1A;
}
.AnyTagClassName
{
color: #A82D1A;
}
</style>
background-color css
<style>
a { background-color: #A82D1A; }
a { background-color: rgb(168,45,26); }
div.DivClassName
{
background-color: #A82D1A;
}
.BgClassName
{
background-color: #A82D1A;
}
</style>
border-color css
<style>
span { border-color: #A82D1A; }
span { border-color: rgb(168,45,26); }
td.TdClassName
{
border-color: #A82D1A;
}
.TagClassName
{
border-color: #A82D1A;
}
</style>