Shades of Brown #A92D25
Tints of Brown #A92D25
RGB
CMYK
RGB Variations
Color information
#A92D25 (or 0xA92D25) is known color: Brown. HEX triplet: A9, 2D and 25. RGB value is (169,45,37). Sum of RGB (Red+Green+Blue) = 169+45+37=251 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.33% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 37 (14.84% from 255 or 14.74% from 251); Max value from RGB is 169 - color contains mainly: red. Hex color #A92D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92D25 is #56D2DA. Grayscale: #515151. Windows color (decimal): -5690075 or 2436521. OLE color: 2436521.
HSL color Cylindrical-coordinate representation of color #A92D25: hue angle of 3.64º 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 #A92D25 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 45 | 37 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.34 |
| HSL | 3.64º | 0.64% | 0.4% | - |
| HSV(B) | 3.64º | 0.78% | 0.66% | - |
| XYZ | 17.63 | 10.45 | 2.84 | - |
| YUV | 81.16 | 103.08 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 45 | 37 | 0 | 0.73 | 0.78 | 0.34 | 3.64 | 0.64 | 0.4 |
| Hex | A9 | 2D | 25 | 0 | 49 | 4E | 22 | 4 | 40 | 28 |
| Octal | 251 | 55 | 45 | 0 | 111 | 116 | 42 | 4 | 100 | 50 |
| Binary | 10101001 | 101101 | 100101 | 0 | 1001001 | 1001110 | 100010 | 100 | 1000000 | 101000 |
Color Harmonies of #A92D25
Complementary color
Monochromatic Colors of #A92D25
Black with #A92D25
Text Example
Text Example
White with #A92D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92D25; }
p { color: rgb(169,45,37); }
H1.HeaderClassName
{
color: #A92D25;
}
.AnyTagClassName
{
color: #A92D25;
}
</style>
background-color css
<style>
a { background-color: #A92D25; }
a { background-color: rgb(169,45,37); }
div.DivClassName
{
background-color: #A92D25;
}
.BgClassName
{
background-color: #A92D25;
}
</style>
border-color css
<style>
span { border-color: #A92D25; }
span { border-color: rgb(169,45,37); }
td.TdClassName
{
border-color: #A92D25;
}
.TagClassName
{
border-color: #A92D25;
}
</style>