Shades of Brown #A92C28
Tints of Brown #A92C28
RGB
CMYK
RGB Variations
Color information
#A92C28 (or 0xA92C28) is known color: Brown. HEX triplet: A9, 2C and 28. RGB value is (169,44,40). Sum of RGB (Red+Green+Blue) = 169+44+40=253 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.80% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 169 - color contains mainly: red. Hex color #A92C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92C28 is #56D3D7. Grayscale: #515151. Windows color (decimal): -5690328 or 2632873. OLE color: 2632873.
HSL color Cylindrical-coordinate representation of color #A92C28: hue angle of 1.86º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A92C28 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 44 | 40 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.34 |
| HSL | 1.86º | 0.62% | 0.41% | - |
| HSV(B) | 1.86º | 0.76% | 0.66% | - |
| XYZ | 17.65 | 10.39 | 3.08 | - |
| YUV | 80.92 | 104.91 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 44 | 40 | 0 | 0.74 | 0.76 | 0.34 | 1.86 | 0.62 | 0.41 |
| Hex | A9 | 2C | 28 | 0 | 4A | 4C | 22 | 2 | 3E | 29 |
| Octal | 251 | 54 | 50 | 0 | 112 | 114 | 42 | 2 | 76 | 51 |
| Binary | 10101001 | 101100 | 101000 | 0 | 1001010 | 1001100 | 100010 | 10 | 111110 | 101001 |
Color Harmonies of #A92C28
Complementary color
Monochromatic Colors of #A92C28
Black with #A92C28
Text Example
Text Example
White with #A92C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92C28; }
p { color: rgb(169,44,40); }
H1.HeaderClassName
{
color: #A92C28;
}
.AnyTagClassName
{
color: #A92C28;
}
</style>
background-color css
<style>
a { background-color: #A92C28; }
a { background-color: rgb(169,44,40); }
div.DivClassName
{
background-color: #A92C28;
}
.BgClassName
{
background-color: #A92C28;
}
</style>
border-color css
<style>
span { border-color: #A92C28; }
span { border-color: rgb(169,44,40); }
td.TdClassName
{
border-color: #A92C28;
}
.TagClassName
{
border-color: #A92C28;
}
</style>