Shades of Brown #A83528
Tints of Brown #A83528
RGB
CMYK
RGB Variations
Color information
#A83528 (or 0xA83528) is known color: Brown. HEX triplet: A8, 35 and 28. RGB value is (168,53,40). Sum of RGB (Red+Green+Blue) = 168+53+40=261 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.37% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 168 - color contains mainly: red. Hex color #A83528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83528 is #57CAD7. Grayscale: #565656. Windows color (decimal): -5753560 or 2635176. OLE color: 2635176.
HSL color Cylindrical-coordinate representation of color #A83528: hue angle of 6.09º 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 #A83528 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 53 | 40 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.34 |
| HSL | 6.09º | 0.62% | 0.41% | - |
| HSV(B) | 6.09º | 0.76% | 0.66% | - |
| XYZ | 17.8 | 11.02 | 3.2 | - |
| YUV | 85.9 | 102.1 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 40 | 0 | 0.68 | 0.76 | 0.34 | 6.09 | 0.62 | 0.41 |
| Hex | A8 | 35 | 28 | 0 | 44 | 4C | 22 | 6 | 3E | 29 |
| Octal | 250 | 65 | 50 | 0 | 104 | 114 | 42 | 6 | 76 | 51 |
| Binary | 10101000 | 110101 | 101000 | 0 | 1000100 | 1001100 | 100010 | 110 | 111110 | 101001 |
Color Harmonies of #A83528
Complementary color
Monochromatic Colors of #A83528
Black with #A83528
Text Example
Text Example
White with #A83528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83528; }
p { color: rgb(168,53,40); }
H1.HeaderClassName
{
color: #A83528;
}
.AnyTagClassName
{
color: #A83528;
}
</style>
background-color css
<style>
a { background-color: #A83528; }
a { background-color: rgb(168,53,40); }
div.DivClassName
{
background-color: #A83528;
}
.BgClassName
{
background-color: #A83528;
}
</style>
border-color css
<style>
span { border-color: #A83528; }
span { border-color: rgb(168,53,40); }
td.TdClassName
{
border-color: #A83528;
}
.TagClassName
{
border-color: #A83528;
}
</style>