Shades of Brown #A8341B
Tints of Brown #A8341B
RGB
CMYK
RGB Variations
Color information
#A8341B (or 0xA8341B) is known color: Brown. HEX triplet: A8, 34 and 1B. RGB value is (168,52,27). Sum of RGB (Red+Green+Blue) = 168+52+27=247 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.02% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 27 (10.94% from 255 or 10.93% from 247); Max value from RGB is 168 - color contains mainly: red. Hex color #A8341B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8341B is #57CBE4. Grayscale: #545454. Windows color (decimal): -5753829 or 1782952. OLE color: 1782952.
HSL color Cylindrical-coordinate representation of color #A8341B: hue angle of 10.64º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8341B is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 52 | 27 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.34 |
| HSL | 10.64º | 0.72% | 0.38% | - |
| HSV(B) | 10.64º | 0.84% | 0.66% | - |
| XYZ | 17.57 | 10.86 | 2.21 | - |
| YUV | 83.83 | 95.93 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 52 | 27 | 0 | 0.69 | 0.84 | 0.34 | 10.64 | 0.72 | 0.38 |
| Hex | A8 | 34 | 1B | 0 | 45 | 54 | 22 | B | 48 | 26 |
| Octal | 250 | 64 | 33 | 0 | 105 | 124 | 42 | 13 | 110 | 46 |
| Binary | 10101000 | 110100 | 11011 | 0 | 1000101 | 1010100 | 100010 | 1011 | 1001000 | 100110 |
Color Harmonies of #A8341B
Complementary color
Monochromatic Colors of #A8341B
Black with #A8341B
Text Example
Text Example
White with #A8341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8341B; }
p { color: rgb(168,52,27); }
H1.HeaderClassName
{
color: #A8341B;
}
.AnyTagClassName
{
color: #A8341B;
}
</style>
background-color css
<style>
a { background-color: #A8341B; }
a { background-color: rgb(168,52,27); }
div.DivClassName
{
background-color: #A8341B;
}
.BgClassName
{
background-color: #A8341B;
}
</style>
border-color css
<style>
span { border-color: #A8341B; }
span { border-color: rgb(168,52,27); }
td.TdClassName
{
border-color: #A8341B;
}
.TagClassName
{
border-color: #A8341B;
}
</style>