Shades of Brown #A63627
Tints of Brown #A63627
RGB
CMYK
RGB Variations
Color information
#A63627 (or 0xA63627) is known color: Brown. HEX triplet: A6, 36 and 27. RGB value is (166,54,39). Sum of RGB (Red+Green+Blue) = 166+54+39=259 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.09% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 39 (15.62% from 255 or 15.06% from 259); Max value from RGB is 166 - color contains mainly: red. Hex color #A63627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63627 is #59C9D8. Grayscale: #555555. Windows color (decimal): -5884377 or 2569894. OLE color: 2569894.
HSL color Cylindrical-coordinate representation of color #A63627: hue angle of 7.09º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A63627 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 54 | 39 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.35 |
| HSL | 7.09º | 0.62% | 0.4% | - |
| HSV(B) | 7.09º | 0.77% | 0.65% | - |
| XYZ | 17.41 | 10.89 | 3.1 | - |
| YUV | 85.78 | 101.61 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 54 | 39 | 0 | 0.67 | 0.77 | 0.35 | 7.09 | 0.62 | 0.4 |
| Hex | A6 | 36 | 27 | 0 | 43 | 4D | 23 | 7 | 3E | 28 |
| Octal | 246 | 66 | 47 | 0 | 103 | 115 | 43 | 7 | 76 | 50 |
| Binary | 10100110 | 110110 | 100111 | 0 | 1000011 | 1001101 | 100011 | 111 | 111110 | 101000 |
Color Harmonies of #A63627
Complementary color
Monochromatic Colors of #A63627
Black with #A63627
Text Example
Text Example
White with #A63627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63627; }
p { color: rgb(166,54,39); }
H1.HeaderClassName
{
color: #A63627;
}
.AnyTagClassName
{
color: #A63627;
}
</style>
background-color css
<style>
a { background-color: #A63627; }
a { background-color: rgb(166,54,39); }
div.DivClassName
{
background-color: #A63627;
}
.BgClassName
{
background-color: #A63627;
}
</style>
border-color css
<style>
span { border-color: #A63627; }
span { border-color: rgb(166,54,39); }
td.TdClassName
{
border-color: #A63627;
}
.TagClassName
{
border-color: #A63627;
}
</style>