Shades of Brown #A82623
Tints of Brown #A82623
RGB
CMYK
RGB Variations
Color information
#A82623 (or 0xA82623) is known color: Brown. HEX triplet: A8, 26 and 23. RGB value is (168,38,35). Sum of RGB (Red+Green+Blue) = 168+38+35=241 (31% of max value = 765). Red value is 168 (66.02% from 255 or 69.71% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 35 (14.06% from 255 or 14.52% from 241); Max value from RGB is 168 - color contains mainly: red. Hex color #A82623 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82623 is #57D9DC. Grayscale: #4C4C4C. Windows color (decimal): -5757405 or 2303656. OLE color: 2303656.
HSL color Cylindrical-coordinate representation of color #A82623: hue angle of 1.35º 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 #A82623 is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 38 | 35 | - |
| CMYK | 0 | 0.77 | 0.79 | 0.34 |
| HSL | 1.35º | 0.66% | 0.4% | - |
| HSV(B) | 1.35º | 0.79% | 0.66% | - |
| XYZ | 17.14 | 9.83 | 2.58 | - |
| YUV | 76.53 | 104.57 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 35 | 0 | 0.77 | 0.79 | 0.34 | 1.35 | 0.66 | 0.4 |
| Hex | A8 | 26 | 23 | 0 | 4D | 4F | 22 | 1 | 42 | 28 |
| Octal | 250 | 46 | 43 | 0 | 115 | 117 | 42 | 1 | 102 | 50 |
| Binary | 10101000 | 100110 | 100011 | 0 | 1001101 | 1001111 | 100010 | 1 | 1000010 | 101000 |
Color Harmonies of #A82623
Complementary color
Monochromatic Colors of #A82623
Black with #A82623
Text Example
Text Example
White with #A82623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82623; }
p { color: rgb(168,38,35); }
H1.HeaderClassName
{
color: #A82623;
}
.AnyTagClassName
{
color: #A82623;
}
</style>
background-color css
<style>
a { background-color: #A82623; }
a { background-color: rgb(168,38,35); }
div.DivClassName
{
background-color: #A82623;
}
.BgClassName
{
background-color: #A82623;
}
</style>
border-color css
<style>
span { border-color: #A82623; }
span { border-color: rgb(168,38,35); }
td.TdClassName
{
border-color: #A82623;
}
.TagClassName
{
border-color: #A82623;
}
</style>