Shades of Brown #A83628
Tints of Brown #A83628
RGB
CMYK
RGB Variations
Color information
#A83628 (or 0xA83628) is known color: Brown. HEX triplet: A8, 36 and 28. RGB value is (168,54,40). Sum of RGB (Red+Green+Blue) = 168+54+40=262 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.12% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 168 - color contains mainly: red. Hex color #A83628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83628 is #57C9D7. Grayscale: #565656. Windows color (decimal): -5753304 or 2635432. OLE color: 2635432.
HSL color Cylindrical-coordinate representation of color #A83628: hue angle of 6.56º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A83628 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 54 | 40 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.34 |
| HSL | 6.56º | 0.62% | 0.41% | - |
| HSV(B) | 6.56º | 0.76% | 0.66% | - |
| XYZ | 17.85 | 11.12 | 3.21 | - |
| YUV | 86.49 | 101.77 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 40 | 0 | 0.68 | 0.76 | 0.34 | 6.56 | 0.62 | 0.41 |
| Hex | A8 | 36 | 28 | 0 | 44 | 4C | 22 | 7 | 3E | 29 |
| Octal | 250 | 66 | 50 | 0 | 104 | 114 | 42 | 7 | 76 | 51 |
| Binary | 10101000 | 110110 | 101000 | 0 | 1000100 | 1001100 | 100010 | 111 | 111110 | 101001 |
Color Harmonies of #A83628
Complementary color
Monochromatic Colors of #A83628
Black with #A83628
Text Example
Text Example
White with #A83628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83628; }
p { color: rgb(168,54,40); }
H1.HeaderClassName
{
color: #A83628;
}
.AnyTagClassName
{
color: #A83628;
}
</style>
background-color css
<style>
a { background-color: #A83628; }
a { background-color: rgb(168,54,40); }
div.DivClassName
{
background-color: #A83628;
}
.BgClassName
{
background-color: #A83628;
}
</style>
border-color css
<style>
span { border-color: #A83628; }
span { border-color: rgb(168,54,40); }
td.TdClassName
{
border-color: #A83628;
}
.TagClassName
{
border-color: #A83628;
}
</style>