Shades of Brown #A93425
Tints of Brown #A93425
RGB
CMYK
RGB Variations
Color information
#A93425 (or 0xA93425) is known color: Brown. HEX triplet: A9, 34 and 25. RGB value is (169,52,37). Sum of RGB (Red+Green+Blue) = 169+52+37=258 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.50% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 169 - color contains mainly: red. Hex color #A93425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93425 is #56CBDA. Grayscale: #555555. Windows color (decimal): -5688283 or 2438313. OLE color: 2438313.
HSL color Cylindrical-coordinate representation of color #A93425: hue angle of 6.82º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A93425 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 52 | 37 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.34 |
| HSL | 6.82º | 0.64% | 0.4% | - |
| HSV(B) | 6.82º | 0.78% | 0.66% | - |
| XYZ | 17.92 | 11.02 | 2.93 | - |
| YUV | 85.27 | 100.76 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 52 | 37 | 0 | 0.69 | 0.78 | 0.34 | 6.82 | 0.64 | 0.4 |
| Hex | A9 | 34 | 25 | 0 | 45 | 4E | 22 | 7 | 40 | 28 |
| Octal | 251 | 64 | 45 | 0 | 105 | 116 | 42 | 7 | 100 | 50 |
| Binary | 10101001 | 110100 | 100101 | 0 | 1000101 | 1001110 | 100010 | 111 | 1000000 | 101000 |
Color Harmonies of #A93425
Complementary color
Monochromatic Colors of #A93425
Black with #A93425
Text Example
Text Example
White with #A93425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93425; }
p { color: rgb(169,52,37); }
H1.HeaderClassName
{
color: #A93425;
}
.AnyTagClassName
{
color: #A93425;
}
</style>
background-color css
<style>
a { background-color: #A93425; }
a { background-color: rgb(169,52,37); }
div.DivClassName
{
background-color: #A93425;
}
.BgClassName
{
background-color: #A93425;
}
</style>
border-color css
<style>
span { border-color: #A93425; }
span { border-color: rgb(169,52,37); }
td.TdClassName
{
border-color: #A93425;
}
.TagClassName
{
border-color: #A93425;
}
</style>