Shades of Brown #A82923
Tints of Brown #A82923
RGB
CMYK
RGB Variations
Color information
#A82923 (or 0xA82923) is known color: Brown. HEX triplet: A8, 29 and 23. RGB value is (168,41,35). Sum of RGB (Red+Green+Blue) = 168+41+35=244 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.85% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 168 - color contains mainly: red. Hex color #A82923 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82923 is #57D6DC. Grayscale: #4E4E4E. Windows color (decimal): -5756637 or 2304424. OLE color: 2304424.
HSL color Cylindrical-coordinate representation of color #A82923: hue angle of 2.71º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A82923 is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 41 | 35 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.34 |
| HSL | 2.71º | 0.66% | 0.4% | - |
| HSV(B) | 2.71º | 0.79% | 0.66% | - |
| XYZ | 17.24 | 10.03 | 2.62 | - |
| YUV | 78.29 | 103.58 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 41 | 35 | 0 | 0.76 | 0.79 | 0.34 | 2.71 | 0.66 | 0.4 |
| Hex | A8 | 29 | 23 | 0 | 4C | 4F | 22 | 3 | 42 | 28 |
| Octal | 250 | 51 | 43 | 0 | 114 | 117 | 42 | 3 | 102 | 50 |
| Binary | 10101000 | 101001 | 100011 | 0 | 1001100 | 1001111 | 100010 | 11 | 1000010 | 101000 |
Color Harmonies of #A82923
Complementary color
Monochromatic Colors of #A82923
Black with #A82923
Text Example
Text Example
White with #A82923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82923; }
p { color: rgb(168,41,35); }
H1.HeaderClassName
{
color: #A82923;
}
.AnyTagClassName
{
color: #A82923;
}
</style>
background-color css
<style>
a { background-color: #A82923; }
a { background-color: rgb(168,41,35); }
div.DivClassName
{
background-color: #A82923;
}
.BgClassName
{
background-color: #A82923;
}
</style>
border-color css
<style>
span { border-color: #A82923; }
span { border-color: rgb(168,41,35); }
td.TdClassName
{
border-color: #A82923;
}
.TagClassName
{
border-color: #A82923;
}
</style>