Shades of Brown #A92D2C
Tints of Brown #A92D2C
RGB
CMYK
RGB Variations
Color information
#A92D2C (or 0xA92D2C) is known color: Brown. HEX triplet: A9, 2D and 2C. RGB value is (169,45,44). Sum of RGB (Red+Green+Blue) = 169+45+44=258 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.50% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 169 - color contains mainly: red. Hex color #A92D2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92D2C is #56D2D3. Grayscale: #525252. Windows color (decimal): -5690068 or 2895273. OLE color: 2895273.
HSL color Cylindrical-coordinate representation of color #A92D2C: hue angle of 0.48º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A92D2C is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 45 | 44 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.34 |
| HSL | 0.48º | 0.59% | 0.42% | - |
| HSV(B) | 0.48º | 0.74% | 0.66% | - |
| XYZ | 17.76 | 10.49 | 3.47 | - |
| YUV | 81.96 | 106.58 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 45 | 44 | 0 | 0.73 | 0.74 | 0.34 | 0.48 | 0.59 | 0.42 |
| Hex | A9 | 2D | 2C | 0 | 49 | 4A | 22 | 0 | 3B | 2A |
| Octal | 251 | 55 | 54 | 0 | 111 | 112 | 42 | 0 | 73 | 52 |
| Binary | 10101001 | 101101 | 101100 | 0 | 1001001 | 1001010 | 100010 | 0 | 111011 | 101010 |
Color Harmonies of #A92D2C
Complementary color
Monochromatic Colors of #A92D2C
Black with #A92D2C
Text Example
Text Example
White with #A92D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92D2C; }
p { color: rgb(169,45,44); }
H1.HeaderClassName
{
color: #A92D2C;
}
.AnyTagClassName
{
color: #A92D2C;
}
</style>
background-color css
<style>
a { background-color: #A92D2C; }
a { background-color: rgb(169,45,44); }
div.DivClassName
{
background-color: #A92D2C;
}
.BgClassName
{
background-color: #A92D2C;
}
</style>
border-color css
<style>
span { border-color: #A92D2C; }
span { border-color: rgb(169,45,44); }
td.TdClassName
{
border-color: #A92D2C;
}
.TagClassName
{
border-color: #A92D2C;
}
</style>