Shades of Brown #A8361E
Tints of Brown #A8361E
RGB
CMYK
RGB Variations
Color information
#A8361E (or 0xA8361E) is known color: Brown. HEX triplet: A8, 36 and 1E. RGB value is (168,54,30). Sum of RGB (Red+Green+Blue) = 168+54+30=252 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.67% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 168 - color contains mainly: red. Hex color #A8361E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8361E is #57C9E1. Grayscale: #555555. Windows color (decimal): -5753314 or 1980072. OLE color: 1980072.
HSL color Cylindrical-coordinate representation of color #A8361E: hue angle of 10.43º 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 #A8361E is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 54 | 30 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.34 |
| HSL | 10.43º | 0.7% | 0.39% | - |
| HSV(B) | 10.43º | 0.82% | 0.66% | - |
| XYZ | 17.7 | 11.06 | 2.43 | - |
| YUV | 85.35 | 96.77 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 30 | 0 | 0.68 | 0.82 | 0.34 | 10.43 | 0.7 | 0.39 |
| Hex | A8 | 36 | 1E | 0 | 44 | 52 | 22 | A | 46 | 27 |
| Octal | 250 | 66 | 36 | 0 | 104 | 122 | 42 | 12 | 106 | 47 |
| Binary | 10101000 | 110110 | 11110 | 0 | 1000100 | 1010010 | 100010 | 1010 | 1000110 | 100111 |
Color Harmonies of #A8361E
Complementary color
Monochromatic Colors of #A8361E
Black with #A8361E
Text Example
Text Example
White with #A8361E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8361E; }
p { color: rgb(168,54,30); }
H1.HeaderClassName
{
color: #A8361E;
}
.AnyTagClassName
{
color: #A8361E;
}
</style>
background-color css
<style>
a { background-color: #A8361E; }
a { background-color: rgb(168,54,30); }
div.DivClassName
{
background-color: #A8361E;
}
.BgClassName
{
background-color: #A8361E;
}
</style>
border-color css
<style>
span { border-color: #A8361E; }
span { border-color: rgb(168,54,30); }
td.TdClassName
{
border-color: #A8361E;
}
.TagClassName
{
border-color: #A8361E;
}
</style>