Shades of Brown #A23017
Tints of Brown #A23017
RGB
CMYK
RGB Variations
Color information
#A23017 (or 0xA23017) is known color: Brown. HEX triplet: A2, 30 and 17. RGB value is (162,48,23). Sum of RGB (Red+Green+Blue) = 162+48+23=233 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.53% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 162 - color contains mainly: red. Hex color #A23017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23017 is #5DCFE8. Grayscale: #4F4F4F. Windows color (decimal): -6148073 or 1519778. OLE color: 1519778.
HSL color Cylindrical-coordinate representation of color #A23017: hue angle of 10.79º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A23017 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 48 | 23 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.36 |
| HSL | 10.79º | 0.75% | 0.36% | - |
| HSV(B) | 10.79º | 0.86% | 0.64% | - |
| XYZ | 16.11 | 9.86 | 1.86 | - |
| YUV | 79.24 | 96.27 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 48 | 23 | 0 | 0.70 | 0.86 | 0.36 | 10.79 | 0.75 | 0.36 |
| Hex | A2 | 30 | 17 | 0 | 46 | 56 | 24 | B | 4B | 24 |
| Octal | 242 | 60 | 27 | 0 | 106 | 126 | 44 | 13 | 113 | 44 |
| Binary | 10100010 | 110000 | 10111 | 0 | 1000110 | 1010110 | 100100 | 1011 | 1001011 | 100100 |
Color Harmonies of #A23017
Complementary color
Monochromatic Colors of #A23017
Black with #A23017
Text Example
Text Example
White with #A23017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23017; }
p { color: rgb(162,48,23); }
H1.HeaderClassName
{
color: #A23017;
}
.AnyTagClassName
{
color: #A23017;
}
</style>
background-color css
<style>
a { background-color: #A23017; }
a { background-color: rgb(162,48,23); }
div.DivClassName
{
background-color: #A23017;
}
.BgClassName
{
background-color: #A23017;
}
</style>
border-color css
<style>
span { border-color: #A23017; }
span { border-color: rgb(162,48,23); }
td.TdClassName
{
border-color: #A23017;
}
.TagClassName
{
border-color: #A23017;
}
</style>