Shades of Brown #A8351E
Tints of Brown #A8351E
RGB
CMYK
RGB Variations
Color information
#A8351E (or 0xA8351E) is known color: Brown. HEX triplet: A8, 35 and 1E. RGB value is (168,53,30). Sum of RGB (Red+Green+Blue) = 168+53+30=251 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.93% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 168 - color contains mainly: red. Hex color #A8351E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8351E is #57CAE1. Grayscale: #545454. Windows color (decimal): -5753570 or 1979816. OLE color: 1979816.
HSL color Cylindrical-coordinate representation of color #A8351E: hue angle of 10º degrees, saturation: 0.7, 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 #A8351E is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 53 | 30 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.34 |
| HSL | 10º | 0.7% | 0.39% | - |
| HSV(B) | 10º | 0.82% | 0.66% | - |
| XYZ | 17.66 | 10.96 | 2.41 | - |
| YUV | 84.76 | 97.1 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 30 | 0 | 0.68 | 0.82 | 0.34 | 10 | 0.7 | 0.39 |
| Hex | A8 | 35 | 1E | 0 | 44 | 52 | 22 | A | 46 | 27 |
| Octal | 250 | 65 | 36 | 0 | 104 | 122 | 42 | 12 | 106 | 47 |
| Binary | 10101000 | 110101 | 11110 | 0 | 1000100 | 1010010 | 100010 | 1010 | 1000110 | 100111 |
Color Harmonies of #A8351E
Complementary color
Monochromatic Colors of #A8351E
Black with #A8351E
Text Example
Text Example
White with #A8351E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8351E; }
p { color: rgb(168,53,30); }
H1.HeaderClassName
{
color: #A8351E;
}
.AnyTagClassName
{
color: #A8351E;
}
</style>
background-color css
<style>
a { background-color: #A8351E; }
a { background-color: rgb(168,53,30); }
div.DivClassName
{
background-color: #A8351E;
}
.BgClassName
{
background-color: #A8351E;
}
</style>
border-color css
<style>
span { border-color: #A8351E; }
span { border-color: rgb(168,53,30); }
td.TdClassName
{
border-color: #A8351E;
}
.TagClassName
{
border-color: #A8351E;
}
</style>