Shades of Brown #A92623
Tints of Brown #A92623
RGB
CMYK
RGB Variations
Color information
#A92623 (or 0xA92623) is known color: Brown. HEX triplet: A9, 26 and 23. RGB value is (169,38,35). Sum of RGB (Red+Green+Blue) = 169+38+35=242 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.83% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 35 (14.06% from 255 or 14.46% from 242); Max value from RGB is 169 - color contains mainly: red. Hex color #A92623 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92623 is #56D9DC. Grayscale: #4C4C4C. Windows color (decimal): -5691869 or 2303657. OLE color: 2303657.
HSL color Cylindrical-coordinate representation of color #A92623: hue angle of 1.34º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A92623 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 38 | 35 | - |
| CMYK | 0 | 0.78 | 0.79 | 0.34 |
| HSL | 1.34º | 0.66% | 0.4% | - |
| HSV(B) | 1.34º | 0.79% | 0.66% | - |
| XYZ | 17.36 | 9.94 | 2.59 | - |
| YUV | 76.83 | 104.4 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 38 | 35 | 0 | 0.78 | 0.79 | 0.34 | 1.34 | 0.66 | 0.4 |
| Hex | A9 | 26 | 23 | 0 | 4E | 4F | 22 | 1 | 42 | 28 |
| Octal | 251 | 46 | 43 | 0 | 116 | 117 | 42 | 1 | 102 | 50 |
| Binary | 10101001 | 100110 | 100011 | 0 | 1001110 | 1001111 | 100010 | 1 | 1000010 | 101000 |
Color Harmonies of #A92623
Complementary color
Monochromatic Colors of #A92623
Black with #A92623
Text Example
Text Example
White with #A92623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92623; }
p { color: rgb(169,38,35); }
H1.HeaderClassName
{
color: #A92623;
}
.AnyTagClassName
{
color: #A92623;
}
</style>
background-color css
<style>
a { background-color: #A92623; }
a { background-color: rgb(169,38,35); }
div.DivClassName
{
background-color: #A92623;
}
.BgClassName
{
background-color: #A92623;
}
</style>
border-color css
<style>
span { border-color: #A92623; }
span { border-color: rgb(169,38,35); }
td.TdClassName
{
border-color: #A92623;
}
.TagClassName
{
border-color: #A92623;
}
</style>