Shades of Brown #A63623
Tints of Brown #A63623
RGB
CMYK
RGB Variations
Color information
#A63623 (or 0xA63623) is known color: Brown. HEX triplet: A6, 36 and 23. RGB value is (166,54,35). Sum of RGB (Red+Green+Blue) = 166+54+35=255 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.10% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 166 - color contains mainly: red. Hex color #A63623 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63623 is #59C9DC. Grayscale: #555555. Windows color (decimal): -5884381 or 2307750. OLE color: 2307750.
HSL color Cylindrical-coordinate representation of color #A63623: hue angle of 8.7º 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 #A63623 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 54 | 35 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.35 |
| HSL | 8.7º | 0.65% | 0.39% | - |
| HSV(B) | 8.7º | 0.79% | 0.65% | - |
| XYZ | 17.35 | 10.87 | 2.77 | - |
| YUV | 85.32 | 99.61 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 54 | 35 | 0 | 0.67 | 0.79 | 0.35 | 8.7 | 0.65 | 0.39 |
| Hex | A6 | 36 | 23 | 0 | 43 | 4F | 23 | 9 | 41 | 27 |
| Octal | 246 | 66 | 43 | 0 | 103 | 117 | 43 | 11 | 101 | 47 |
| Binary | 10100110 | 110110 | 100011 | 0 | 1000011 | 1001111 | 100011 | 1001 | 1000001 | 100111 |
Color Harmonies of #A63623
Complementary color
Monochromatic Colors of #A63623
Black with #A63623
Text Example
Text Example
White with #A63623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63623; }
p { color: rgb(166,54,35); }
H1.HeaderClassName
{
color: #A63623;
}
.AnyTagClassName
{
color: #A63623;
}
</style>
background-color css
<style>
a { background-color: #A63623; }
a { background-color: rgb(166,54,35); }
div.DivClassName
{
background-color: #A63623;
}
.BgClassName
{
background-color: #A63623;
}
</style>
border-color css
<style>
span { border-color: #A63623; }
span { border-color: rgb(166,54,35); }
td.TdClassName
{
border-color: #A63623;
}
.TagClassName
{
border-color: #A63623;
}
</style>