Shades of Brown #A92C26
Tints of Brown #A92C26
RGB
CMYK
RGB Variations
Color information
#A92C26 (or 0xA92C26) is known color: Brown. HEX triplet: A9, 2C and 26. RGB value is (169,44,38). Sum of RGB (Red+Green+Blue) = 169+44+38=251 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.33% from 251); Green value is 44 (17.58% from 255 or 17.53% from 251); Blue value is 38 (15.23% from 255 or 15.14% from 251); Max value from RGB is 169 - color contains mainly: red. Hex color #A92C26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92C26 is #56D3D9. Grayscale: #505050. Windows color (decimal): -5690330 or 2501801. OLE color: 2501801.
HSL color Cylindrical-coordinate representation of color #A92C26: hue angle of 2.75º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A92C26 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 44 | 38 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.34 |
| HSL | 2.75º | 0.63% | 0.41% | - |
| HSV(B) | 2.75º | 0.78% | 0.66% | - |
| XYZ | 17.61 | 10.38 | 2.91 | - |
| YUV | 80.69 | 103.91 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 44 | 38 | 0 | 0.74 | 0.78 | 0.34 | 2.75 | 0.63 | 0.41 |
| Hex | A9 | 2C | 26 | 0 | 4A | 4E | 22 | 3 | 3F | 29 |
| Octal | 251 | 54 | 46 | 0 | 112 | 116 | 42 | 3 | 77 | 51 |
| Binary | 10101001 | 101100 | 100110 | 0 | 1001010 | 1001110 | 100010 | 11 | 111111 | 101001 |
Color Harmonies of #A92C26
Complementary color
Monochromatic Colors of #A92C26
Black with #A92C26
Text Example
Text Example
White with #A92C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92C26; }
p { color: rgb(169,44,38); }
H1.HeaderClassName
{
color: #A92C26;
}
.AnyTagClassName
{
color: #A92C26;
}
</style>
background-color css
<style>
a { background-color: #A92C26; }
a { background-color: rgb(169,44,38); }
div.DivClassName
{
background-color: #A92C26;
}
.BgClassName
{
background-color: #A92C26;
}
</style>
border-color css
<style>
span { border-color: #A92C26; }
span { border-color: rgb(169,44,38); }
td.TdClassName
{
border-color: #A92C26;
}
.TagClassName
{
border-color: #A92C26;
}
</style>