Shades of Brown #A62726
Tints of Brown #A62726
RGB
CMYK
RGB Variations
Color information
#A62726 (or 0xA62726) is known color: Brown. HEX triplet: A6, 27 and 26. RGB value is (166,39,38). Sum of RGB (Red+Green+Blue) = 166+39+38=243 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.31% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 38 (15.23% from 255 or 15.64% from 243); Max value from RGB is 166 - color contains mainly: red. Hex color #A62726 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62726 is #59D8D9. Grayscale: #4C4C4C. Windows color (decimal): -5888218 or 2500518. OLE color: 2500518.
HSL color Cylindrical-coordinate representation of color #A62726: hue angle of 0.47º degrees, saturation: 0.63, 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 #A62726 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 39 | 38 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.35 |
| HSL | 0.47º | 0.63% | 0.4% | - |
| HSV(B) | 0.47º | 0.77% | 0.65% | - |
| XYZ | 16.8 | 9.7 | 2.82 | - |
| YUV | 76.86 | 106.08 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 39 | 38 | 0 | 0.77 | 0.77 | 0.35 | 0.47 | 0.63 | 0.4 |
| Hex | A6 | 27 | 26 | 0 | 4D | 4D | 23 | 0 | 3F | 28 |
| Octal | 246 | 47 | 46 | 0 | 115 | 115 | 43 | 0 | 77 | 50 |
| Binary | 10100110 | 100111 | 100110 | 0 | 1001101 | 1001101 | 100011 | 0 | 111111 | 101000 |
Color Harmonies of #A62726
Complementary color
Monochromatic Colors of #A62726
Black with #A62726
Text Example
Text Example
White with #A62726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62726; }
p { color: rgb(166,39,38); }
H1.HeaderClassName
{
color: #A62726;
}
.AnyTagClassName
{
color: #A62726;
}
</style>
background-color css
<style>
a { background-color: #A62726; }
a { background-color: rgb(166,39,38); }
div.DivClassName
{
background-color: #A62726;
}
.BgClassName
{
background-color: #A62726;
}
</style>
border-color css
<style>
span { border-color: #A62726; }
span { border-color: rgb(166,39,38); }
td.TdClassName
{
border-color: #A62726;
}
.TagClassName
{
border-color: #A62726;
}
</style>