Shades of Toast #A6796B
Tints of Toast #A6796B
RGB
CMYK
RGB Variations
Color information
#A6796B (or 0xA6796B) is known color: Toast. HEX triplet: A6, 79 and 6B. RGB value is (166,121,107). Sum of RGB (Red+Green+Blue) = 166+121+107=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A6796B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6796B is #598694. Grayscale: #848484. Windows color (decimal): -5867157 or 7043494. OLE color: 7043494.
HSL color Cylindrical-coordinate representation of color #A6796B: hue angle of 14.24º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A6796B is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 121 | 107 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.35 |
| HSL | 14.24º | 0.25% | 0.54% | - |
| HSV(B) | 14.24º | 0.36% | 0.65% | - |
| XYZ | 25.22 | 22.84 | 16.99 | - |
| YUV | 132.86 | 113.41 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 121 | 107 | 0 | 0.27 | 0.36 | 0.35 | 14.24 | 0.25 | 0.54 |
| Hex | A6 | 79 | 6B | 0 | 1B | 24 | 23 | E | 19 | 36 |
| Octal | 246 | 171 | 153 | 0 | 33 | 44 | 43 | 16 | 31 | 66 |
| Binary | 10100110 | 1111001 | 1101011 | 0 | 11011 | 100100 | 100011 | 1110 | 11001 | 110110 |
Color Harmonies of #A6796B
Complementary color
Monochromatic Colors of #A6796B
Black with #A6796B
Text Example
Text Example
White with #A6796B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6796B; }
p { color: rgb(166,121,107); }
H1.HeaderClassName
{
color: #A6796B;
}
.AnyTagClassName
{
color: #A6796B;
}
</style>
background-color css
<style>
a { background-color: #A6796B; }
a { background-color: rgb(166,121,107); }
div.DivClassName
{
background-color: #A6796B;
}
.BgClassName
{
background-color: #A6796B;
}
</style>
border-color css
<style>
span { border-color: #A6796B; }
span { border-color: rgb(166,121,107); }
td.TdClassName
{
border-color: #A6796B;
}
.TagClassName
{
border-color: #A6796B;
}
</style>