Shades of Brown #A92D1C
Tints of Brown #A92D1C
RGB
CMYK
RGB Variations
Color information
#A92D1C (or 0xA92D1C) is known color: Brown. HEX triplet: A9, 2D and 1C. RGB value is (169,45,28). Sum of RGB (Red+Green+Blue) = 169+45+28=242 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.83% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 169 - color contains mainly: red. Hex color #A92D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92D1C is #56D2E3. Grayscale: #505050. Windows color (decimal): -5690084 or 1846697. OLE color: 1846697.
HSL color Cylindrical-coordinate representation of color #A92D1C: hue angle of 7.23º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A92D1C is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 45 | 28 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.34 |
| HSL | 7.23º | 0.72% | 0.39% | - |
| HSV(B) | 7.23º | 0.83% | 0.66% | - |
| XYZ | 17.51 | 10.4 | 2.18 | - |
| YUV | 80.14 | 98.58 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 45 | 28 | 0 | 0.73 | 0.83 | 0.34 | 7.23 | 0.72 | 0.39 |
| Hex | A9 | 2D | 1C | 0 | 49 | 53 | 22 | 7 | 48 | 27 |
| Octal | 251 | 55 | 34 | 0 | 111 | 123 | 42 | 7 | 110 | 47 |
| Binary | 10101001 | 101101 | 11100 | 0 | 1001001 | 1010011 | 100010 | 111 | 1001000 | 100111 |
Color Harmonies of #A92D1C
Complementary color
Monochromatic Colors of #A92D1C
Black with #A92D1C
Text Example
Text Example
White with #A92D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92D1C; }
p { color: rgb(169,45,28); }
H1.HeaderClassName
{
color: #A92D1C;
}
.AnyTagClassName
{
color: #A92D1C;
}
</style>
background-color css
<style>
a { background-color: #A92D1C; }
a { background-color: rgb(169,45,28); }
div.DivClassName
{
background-color: #A92D1C;
}
.BgClassName
{
background-color: #A92D1C;
}
</style>
border-color css
<style>
span { border-color: #A92D1C; }
span { border-color: rgb(169,45,28); }
td.TdClassName
{
border-color: #A92D1C;
}
.TagClassName
{
border-color: #A92D1C;
}
</style>