Shades of Brown #A92C27
Tints of Brown #A92C27
RGB
CMYK
RGB Variations
Color information
#A92C27 (or 0xA92C27) is known color: Brown. HEX triplet: A9, 2C and 27. RGB value is (169,44,39). Sum of RGB (Red+Green+Blue) = 169+44+39=252 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.06% from 252); Green value is 44 (17.58% from 255 or 17.46% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 169 - color contains mainly: red. Hex color #A92C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92C27 is #56D3D8. Grayscale: #505050. Windows color (decimal): -5690329 or 2567337. OLE color: 2567337.
HSL color Cylindrical-coordinate representation of color #A92C27: hue angle of 2.31º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A92C27 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 44 | 39 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.34 |
| HSL | 2.31º | 0.63% | 0.41% | - |
| HSV(B) | 2.31º | 0.77% | 0.66% | - |
| XYZ | 17.63 | 10.38 | 2.99 | - |
| YUV | 80.81 | 104.41 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 44 | 39 | 0 | 0.74 | 0.77 | 0.34 | 2.31 | 0.63 | 0.41 |
| Hex | A9 | 2C | 27 | 0 | 4A | 4D | 22 | 2 | 3E | 29 |
| Octal | 251 | 54 | 47 | 0 | 112 | 115 | 42 | 2 | 76 | 51 |
| Binary | 10101001 | 101100 | 100111 | 0 | 1001010 | 1001101 | 100010 | 10 | 111110 | 101001 |
Color Harmonies of #A92C27
Complementary color
Monochromatic Colors of #A92C27
Black with #A92C27
Text Example
Text Example
White with #A92C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92C27; }
p { color: rgb(169,44,39); }
H1.HeaderClassName
{
color: #A92C27;
}
.AnyTagClassName
{
color: #A92C27;
}
</style>
background-color css
<style>
a { background-color: #A92C27; }
a { background-color: rgb(169,44,39); }
div.DivClassName
{
background-color: #A92C27;
}
.BgClassName
{
background-color: #A92C27;
}
</style>
border-color css
<style>
span { border-color: #A92C27; }
span { border-color: rgb(169,44,39); }
td.TdClassName
{
border-color: #A92C27;
}
.TagClassName
{
border-color: #A92C27;
}
</style>