Shades of Brown #A8351F
Tints of Brown #A8351F
RGB
CMYK
RGB Variations
Color information
#A8351F (or 0xA8351F) is known color: Brown. HEX triplet: A8, 35 and 1F. RGB value is (168,53,31). Sum of RGB (Red+Green+Blue) = 168+53+31=252 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.67% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 168 - color contains mainly: red. Hex color #A8351F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8351F is #57CAE0. Grayscale: #555555. Windows color (decimal): -5753569 or 2045352. OLE color: 2045352.
HSL color Cylindrical-coordinate representation of color #A8351F: hue angle of 9.64º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8351F is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 53 | 31 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.34 |
| HSL | 9.64º | 0.69% | 0.39% | - |
| HSV(B) | 9.64º | 0.82% | 0.66% | - |
| XYZ | 17.67 | 10.97 | 2.48 | - |
| YUV | 84.88 | 97.6 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 31 | 0 | 0.68 | 0.82 | 0.34 | 9.64 | 0.69 | 0.39 |
| Hex | A8 | 35 | 1F | 0 | 44 | 52 | 22 | A | 45 | 27 |
| Octal | 250 | 65 | 37 | 0 | 104 | 122 | 42 | 12 | 105 | 47 |
| Binary | 10101000 | 110101 | 11111 | 0 | 1000100 | 1010010 | 100010 | 1010 | 1000101 | 100111 |
Color Harmonies of #A8351F
Complementary color
Monochromatic Colors of #A8351F
Black with #A8351F
Text Example
Text Example
White with #A8351F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8351F; }
p { color: rgb(168,53,31); }
H1.HeaderClassName
{
color: #A8351F;
}
.AnyTagClassName
{
color: #A8351F;
}
</style>
background-color css
<style>
a { background-color: #A8351F; }
a { background-color: rgb(168,53,31); }
div.DivClassName
{
background-color: #A8351F;
}
.BgClassName
{
background-color: #A8351F;
}
</style>
border-color css
<style>
span { border-color: #A8351F; }
span { border-color: rgb(168,53,31); }
td.TdClassName
{
border-color: #A8351F;
}
.TagClassName
{
border-color: #A8351F;
}
</style>