Shades of Brown #A63223
Tints of Brown #A63223
RGB
CMYK
RGB Variations
Color information
#A63223 (or 0xA63223) is known color: Brown. HEX triplet: A6, 32 and 23. RGB value is (166,50,35). Sum of RGB (Red+Green+Blue) = 166+50+35=251 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.14% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 35 (14.06% from 255 or 13.94% from 251); Max value from RGB is 166 - color contains mainly: red. Hex color #A63223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63223 is #59CDDC. Grayscale: #535353. Windows color (decimal): -5885405 or 2306726. OLE color: 2306726.
HSL color Cylindrical-coordinate representation of color #A63223: hue angle of 6.87º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A63223 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 50 | 35 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.35 |
| HSL | 6.87º | 0.65% | 0.39% | - |
| HSV(B) | 6.87º | 0.79% | 0.65% | - |
| XYZ | 17.17 | 10.51 | 2.71 | - |
| YUV | 82.97 | 100.93 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 50 | 35 | 0 | 0.70 | 0.79 | 0.35 | 6.87 | 0.65 | 0.39 |
| Hex | A6 | 32 | 23 | 0 | 46 | 4F | 23 | 7 | 41 | 27 |
| Octal | 246 | 62 | 43 | 0 | 106 | 117 | 43 | 7 | 101 | 47 |
| Binary | 10100110 | 110010 | 100011 | 0 | 1000110 | 1001111 | 100011 | 111 | 1000001 | 100111 |
Color Harmonies of #A63223
Complementary color
Monochromatic Colors of #A63223
Black with #A63223
Text Example
Text Example
White with #A63223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63223; }
p { color: rgb(166,50,35); }
H1.HeaderClassName
{
color: #A63223;
}
.AnyTagClassName
{
color: #A63223;
}
</style>
background-color css
<style>
a { background-color: #A63223; }
a { background-color: rgb(166,50,35); }
div.DivClassName
{
background-color: #A63223;
}
.BgClassName
{
background-color: #A63223;
}
</style>
border-color css
<style>
span { border-color: #A63223; }
span { border-color: rgb(166,50,35); }
td.TdClassName
{
border-color: #A63223;
}
.TagClassName
{
border-color: #A63223;
}
</style>