Shades of Brown #A93028
Tints of Brown #A93028
RGB
CMYK
RGB Variations
Color information
#A93028 (or 0xA93028) is known color: Brown. HEX triplet: A9, 30 and 28. RGB value is (169,48,40). Sum of RGB (Red+Green+Blue) = 169+48+40=257 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.76% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 169 - color contains mainly: red. Hex color #A93028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93028 is #56CFD7. Grayscale: #535353. Windows color (decimal): -5689304 or 2633897. OLE color: 2633897.
HSL color Cylindrical-coordinate representation of color #A93028: hue angle of 3.72º 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 #A93028 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 48 | 40 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.34 |
| HSL | 3.72º | 0.62% | 0.41% | - |
| HSV(B) | 3.72º | 0.76% | 0.66% | - |
| XYZ | 17.8 | 10.7 | 3.13 | - |
| YUV | 83.27 | 103.59 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 48 | 40 | 0 | 0.72 | 0.76 | 0.34 | 3.72 | 0.62 | 0.41 |
| Hex | A9 | 30 | 28 | 0 | 48 | 4C | 22 | 4 | 3E | 29 |
| Octal | 251 | 60 | 50 | 0 | 110 | 114 | 42 | 4 | 76 | 51 |
| Binary | 10101001 | 110000 | 101000 | 0 | 1001000 | 1001100 | 100010 | 100 | 111110 | 101001 |
Color Harmonies of #A93028
Complementary color
Monochromatic Colors of #A93028
Black with #A93028
Text Example
Text Example
White with #A93028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93028; }
p { color: rgb(169,48,40); }
H1.HeaderClassName
{
color: #A93028;
}
.AnyTagClassName
{
color: #A93028;
}
</style>
background-color css
<style>
a { background-color: #A93028; }
a { background-color: rgb(169,48,40); }
div.DivClassName
{
background-color: #A93028;
}
.BgClassName
{
background-color: #A93028;
}
</style>
border-color css
<style>
span { border-color: #A93028; }
span { border-color: rgb(169,48,40); }
td.TdClassName
{
border-color: #A93028;
}
.TagClassName
{
border-color: #A93028;
}
</style>