Shades of Brown #A82E23
Tints of Brown #A82E23
RGB
CMYK
RGB Variations
Color information
#A82E23 (or 0xA82E23) is known color: Brown. HEX triplet: A8, 2E and 23. RGB value is (168,46,35). Sum of RGB (Red+Green+Blue) = 168+46+35=249 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.47% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 168 - color contains mainly: red. Hex color #A82E23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82E23 is #57D1DC. Grayscale: #515151. Windows color (decimal): -5755357 or 2305704. OLE color: 2305704.
HSL color Cylindrical-coordinate representation of color #A82E23: hue angle of 4.96º 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 #A82E23 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 46 | 35 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.34 |
| HSL | 4.96º | 0.66% | 0.4% | - |
| HSV(B) | 4.96º | 0.79% | 0.66% | - |
| XYZ | 17.43 | 10.4 | 2.68 | - |
| YUV | 81.22 | 101.92 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 46 | 35 | 0 | 0.73 | 0.79 | 0.34 | 4.96 | 0.66 | 0.4 |
| Hex | A8 | 2E | 23 | 0 | 49 | 4F | 22 | 5 | 42 | 28 |
| Octal | 250 | 56 | 43 | 0 | 111 | 117 | 42 | 5 | 102 | 50 |
| Binary | 10101000 | 101110 | 100011 | 0 | 1001001 | 1001111 | 100010 | 101 | 1000010 | 101000 |
Color Harmonies of #A82E23
Complementary color
Monochromatic Colors of #A82E23
Black with #A82E23
Text Example
Text Example
White with #A82E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82E23; }
p { color: rgb(168,46,35); }
H1.HeaderClassName
{
color: #A82E23;
}
.AnyTagClassName
{
color: #A82E23;
}
</style>
background-color css
<style>
a { background-color: #A82E23; }
a { background-color: rgb(168,46,35); }
div.DivClassName
{
background-color: #A82E23;
}
.BgClassName
{
background-color: #A82E23;
}
</style>
border-color css
<style>
span { border-color: #A82E23; }
span { border-color: rgb(168,46,35); }
td.TdClassName
{
border-color: #A82E23;
}
.TagClassName
{
border-color: #A82E23;
}
</style>