Shades of Brown #A8361D
Tints of Brown #A8361D
RGB
CMYK
RGB Variations
Color information
#A8361D (or 0xA8361D) is known color: Brown. HEX triplet: A8, 36 and 1D. RGB value is (168,54,29). Sum of RGB (Red+Green+Blue) = 168+54+29=251 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.93% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 168 - color contains mainly: red. Hex color #A8361D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8361D is #57C9E2. Grayscale: #555555. Windows color (decimal): -5753315 or 1914536. OLE color: 1914536.
HSL color Cylindrical-coordinate representation of color #A8361D: hue angle of 10.79º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8361D is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 54 | 29 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.34 |
| HSL | 10.79º | 0.71% | 0.39% | - |
| HSV(B) | 10.79º | 0.83% | 0.66% | - |
| XYZ | 17.69 | 11.05 | 2.36 | - |
| YUV | 85.24 | 96.27 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 29 | 0 | 0.68 | 0.83 | 0.34 | 10.79 | 0.71 | 0.39 |
| Hex | A8 | 36 | 1D | 0 | 44 | 53 | 22 | B | 47 | 27 |
| Octal | 250 | 66 | 35 | 0 | 104 | 123 | 42 | 13 | 107 | 47 |
| Binary | 10101000 | 110110 | 11101 | 0 | 1000100 | 1010011 | 100010 | 1011 | 1000111 | 100111 |
Color Harmonies of #A8361D
Complementary color
Monochromatic Colors of #A8361D
Black with #A8361D
Text Example
Text Example
White with #A8361D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8361D; }
p { color: rgb(168,54,29); }
H1.HeaderClassName
{
color: #A8361D;
}
.AnyTagClassName
{
color: #A8361D;
}
</style>
background-color css
<style>
a { background-color: #A8361D; }
a { background-color: rgb(168,54,29); }
div.DivClassName
{
background-color: #A8361D;
}
.BgClassName
{
background-color: #A8361D;
}
</style>
border-color css
<style>
span { border-color: #A8361D; }
span { border-color: rgb(168,54,29); }
td.TdClassName
{
border-color: #A8361D;
}
.TagClassName
{
border-color: #A8361D;
}
</style>