Shades of Brown #A93520
Tints of Brown #A93520
RGB
CMYK
RGB Variations
Color information
#A93520 (or 0xA93520) is known color: Brown. HEX triplet: A9, 35 and 20. RGB value is (169,53,32). Sum of RGB (Red+Green+Blue) = 169+53+32=254 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.54% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 169 - color contains mainly: red. Hex color #A93520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93520 is #56CADF. Grayscale: #555555. Windows color (decimal): -5688032 or 2110889. OLE color: 2110889.
HSL color Cylindrical-coordinate representation of color #A93520: hue angle of 9.2º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A93520 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 53 | 32 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.34 |
| HSL | 9.2º | 0.68% | 0.39% | - |
| HSV(B) | 9.2º | 0.81% | 0.66% | - |
| XYZ | 17.9 | 11.09 | 2.56 | - |
| YUV | 85.29 | 97.93 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 53 | 32 | 0 | 0.69 | 0.81 | 0.34 | 9.2 | 0.68 | 0.39 |
| Hex | A9 | 35 | 20 | 0 | 45 | 51 | 22 | 9 | 44 | 27 |
| Octal | 251 | 65 | 40 | 0 | 105 | 121 | 42 | 11 | 104 | 47 |
| Binary | 10101001 | 110101 | 100000 | 0 | 1000101 | 1010001 | 100010 | 1001 | 1000100 | 100111 |
Color Harmonies of #A93520
Complementary color
Monochromatic Colors of #A93520
Black with #A93520
Text Example
Text Example
White with #A93520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93520; }
p { color: rgb(169,53,32); }
H1.HeaderClassName
{
color: #A93520;
}
.AnyTagClassName
{
color: #A93520;
}
</style>
background-color css
<style>
a { background-color: #A93520; }
a { background-color: rgb(169,53,32); }
div.DivClassName
{
background-color: #A93520;
}
.BgClassName
{
background-color: #A93520;
}
</style>
border-color css
<style>
span { border-color: #A93520; }
span { border-color: rgb(169,53,32); }
td.TdClassName
{
border-color: #A93520;
}
.TagClassName
{
border-color: #A93520;
}
</style>