Shades of Brown #A92D1E
Tints of Brown #A92D1E
RGB
CMYK
RGB Variations
Color information
#A92D1E (or 0xA92D1E) is known color: Brown. HEX triplet: A9, 2D and 1E. RGB value is (169,45,30). Sum of RGB (Red+Green+Blue) = 169+45+30=244 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.26% from 244); Green value is 45 (17.97% from 255 or 18.44% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 169 - color contains mainly: red. Hex color #A92D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92D1E is #56D2E1. Grayscale: #505050. Windows color (decimal): -5690082 or 1977769. OLE color: 1977769.
HSL color Cylindrical-coordinate representation of color #A92D1E: hue angle of 6.47º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A92D1E is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 45 | 30 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.34 |
| HSL | 6.47º | 0.7% | 0.39% | - |
| HSV(B) | 6.47º | 0.82% | 0.66% | - |
| XYZ | 17.53 | 10.41 | 2.31 | - |
| YUV | 80.37 | 99.58 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 45 | 30 | 0 | 0.73 | 0.82 | 0.34 | 6.47 | 0.7 | 0.39 |
| Hex | A9 | 2D | 1E | 0 | 49 | 52 | 22 | 6 | 46 | 27 |
| Octal | 251 | 55 | 36 | 0 | 111 | 122 | 42 | 6 | 106 | 47 |
| Binary | 10101001 | 101101 | 11110 | 0 | 1001001 | 1010010 | 100010 | 110 | 1000110 | 100111 |
Color Harmonies of #A92D1E
Complementary color
Monochromatic Colors of #A92D1E
Black with #A92D1E
Text Example
Text Example
White with #A92D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92D1E; }
p { color: rgb(169,45,30); }
H1.HeaderClassName
{
color: #A92D1E;
}
.AnyTagClassName
{
color: #A92D1E;
}
</style>
background-color css
<style>
a { background-color: #A92D1E; }
a { background-color: rgb(169,45,30); }
div.DivClassName
{
background-color: #A92D1E;
}
.BgClassName
{
background-color: #A92D1E;
}
</style>
border-color css
<style>
span { border-color: #A92D1E; }
span { border-color: rgb(169,45,30); }
td.TdClassName
{
border-color: #A92D1E;
}
.TagClassName
{
border-color: #A92D1E;
}
</style>