Shades of Brown #A8352A
Tints of Brown #A8352A
RGB
CMYK
RGB Variations
Color information
#A8352A (or 0xA8352A) is known color: Brown. HEX triplet: A8, 35 and 2A. RGB value is (168,53,42). Sum of RGB (Red+Green+Blue) = 168+53+42=263 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.88% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 168 - color contains mainly: red. Hex color #A8352A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8352A is #57CAD5. Grayscale: #565656. Windows color (decimal): -5753558 or 2766248. OLE color: 2766248.
HSL color Cylindrical-coordinate representation of color #A8352A: hue angle of 5.24º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8352A is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 53 | 42 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.34 |
| HSL | 5.24º | 0.6% | 0.41% | - |
| HSV(B) | 5.24º | 0.75% | 0.66% | - |
| XYZ | 17.84 | 11.04 | 3.38 | - |
| YUV | 86.13 | 103.1 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 42 | 0 | 0.68 | 0.75 | 0.34 | 5.24 | 0.6 | 0.41 |
| Hex | A8 | 35 | 2A | 0 | 44 | 4B | 22 | 5 | 3C | 29 |
| Octal | 250 | 65 | 52 | 0 | 104 | 113 | 42 | 5 | 74 | 51 |
| Binary | 10101000 | 110101 | 101010 | 0 | 1000100 | 1001011 | 100010 | 101 | 111100 | 101001 |
Color Harmonies of #A8352A
Complementary color
Monochromatic Colors of #A8352A
Black with #A8352A
Text Example
Text Example
White with #A8352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8352A; }
p { color: rgb(168,53,42); }
H1.HeaderClassName
{
color: #A8352A;
}
.AnyTagClassName
{
color: #A8352A;
}
</style>
background-color css
<style>
a { background-color: #A8352A; }
a { background-color: rgb(168,53,42); }
div.DivClassName
{
background-color: #A8352A;
}
.BgClassName
{
background-color: #A8352A;
}
</style>
border-color css
<style>
span { border-color: #A8352A; }
span { border-color: rgb(168,53,42); }
td.TdClassName
{
border-color: #A8352A;
}
.TagClassName
{
border-color: #A8352A;
}
</style>