Shades of Brown #A8351B
Tints of Brown #A8351B
RGB
CMYK
RGB Variations
Color information
#A8351B (or 0xA8351B) is known color: Brown. HEX triplet: A8, 35 and 1B. RGB value is (168,53,27). Sum of RGB (Red+Green+Blue) = 168+53+27=248 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.74% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 168 - color contains mainly: red. Hex color #A8351B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8351B is #57CAE4. Grayscale: #545454. Windows color (decimal): -5753573 or 1783208. OLE color: 1783208.
HSL color Cylindrical-coordinate representation of color #A8351B: hue angle of 11.06º 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 #A8351B is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 53 | 27 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.34 |
| HSL | 11.06º | 0.72% | 0.38% | - |
| HSV(B) | 11.06º | 0.84% | 0.66% | - |
| XYZ | 17.62 | 10.95 | 2.22 | - |
| YUV | 84.42 | 95.6 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 27 | 0 | 0.68 | 0.84 | 0.34 | 11.06 | 0.72 | 0.38 |
| Hex | A8 | 35 | 1B | 0 | 44 | 54 | 22 | B | 48 | 26 |
| Octal | 250 | 65 | 33 | 0 | 104 | 124 | 42 | 13 | 110 | 46 |
| Binary | 10101000 | 110101 | 11011 | 0 | 1000100 | 1010100 | 100010 | 1011 | 1001000 | 100110 |
Color Harmonies of #A8351B
Complementary color
Monochromatic Colors of #A8351B
Black with #A8351B
Text Example
Text Example
White with #A8351B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8351B; }
p { color: rgb(168,53,27); }
H1.HeaderClassName
{
color: #A8351B;
}
.AnyTagClassName
{
color: #A8351B;
}
</style>
background-color css
<style>
a { background-color: #A8351B; }
a { background-color: rgb(168,53,27); }
div.DivClassName
{
background-color: #A8351B;
}
.BgClassName
{
background-color: #A8351B;
}
</style>
border-color css
<style>
span { border-color: #A8351B; }
span { border-color: rgb(168,53,27); }
td.TdClassName
{
border-color: #A8351B;
}
.TagClassName
{
border-color: #A8351B;
}
</style>