Shades of Brown #A82C23
Tints of Brown #A82C23
RGB
CMYK
RGB Variations
Color information
#A82C23 (or 0xA82C23) is known color: Brown. HEX triplet: A8, 2C and 23. RGB value is (168,44,35). Sum of RGB (Red+Green+Blue) = 168+44+35=247 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.02% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 35 (14.06% from 255 or 14.17% from 247); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82C23 is #57D3DC. Grayscale: #505050. Windows color (decimal): -5755869 or 2305192. OLE color: 2305192.
HSL color Cylindrical-coordinate representation of color #A82C23: hue angle of 4.06º 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 #A82C23 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 44 | 35 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.34 |
| HSL | 4.06º | 0.66% | 0.4% | - |
| HSV(B) | 4.06º | 0.79% | 0.66% | - |
| XYZ | 17.35 | 10.25 | 2.65 | - |
| YUV | 80.05 | 102.58 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 44 | 35 | 0 | 0.74 | 0.79 | 0.34 | 4.06 | 0.66 | 0.4 |
| Hex | A8 | 2C | 23 | 0 | 4A | 4F | 22 | 4 | 42 | 28 |
| Octal | 250 | 54 | 43 | 0 | 112 | 117 | 42 | 4 | 102 | 50 |
| Binary | 10101000 | 101100 | 100011 | 0 | 1001010 | 1001111 | 100010 | 100 | 1000010 | 101000 |
Color Harmonies of #A82C23
Complementary color
Monochromatic Colors of #A82C23
Black with #A82C23
Text Example
Text Example
White with #A82C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82C23; }
p { color: rgb(168,44,35); }
H1.HeaderClassName
{
color: #A82C23;
}
.AnyTagClassName
{
color: #A82C23;
}
</style>
background-color css
<style>
a { background-color: #A82C23; }
a { background-color: rgb(168,44,35); }
div.DivClassName
{
background-color: #A82C23;
}
.BgClassName
{
background-color: #A82C23;
}
</style>
border-color css
<style>
span { border-color: #A82C23; }
span { border-color: rgb(168,44,35); }
td.TdClassName
{
border-color: #A82C23;
}
.TagClassName
{
border-color: #A82C23;
}
</style>