Shades of Toast #A66D5C
Tints of Toast #A66D5C
RGB
CMYK
RGB Variations
Color information
#A66D5C (or 0xA66D5C) is known color: Toast. HEX triplet: A6, 6D and 5C. RGB value is (166,109,92). Sum of RGB (Red+Green+Blue) = 166+109+92=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66D5C is #5992A3. Grayscale: #7C7C7C. Windows color (decimal): -5870244 or 6057382. OLE color: 6057382.
HSL color Cylindrical-coordinate representation of color #A66D5C: hue angle of 13.78º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A66D5C is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 109 | 92 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.35 |
| HSL | 13.78º | 0.29% | 0.51% | - |
| HSV(B) | 13.78º | 0.45% | 0.65% | - |
| XYZ | 23.13 | 19.82 | 12.73 | - |
| YUV | 124.11 | 109.88 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 109 | 92 | 0 | 0.34 | 0.45 | 0.35 | 13.78 | 0.29 | 0.51 |
| Hex | A6 | 6D | 5C | 0 | 22 | 2D | 23 | E | 1D | 33 |
| Octal | 246 | 155 | 134 | 0 | 42 | 55 | 43 | 16 | 35 | 63 |
| Binary | 10100110 | 1101101 | 1011100 | 0 | 100010 | 101101 | 100011 | 1110 | 11101 | 110011 |
Color Harmonies of #A66D5C
Complementary color
Monochromatic Colors of #A66D5C
Black with #A66D5C
Text Example
Text Example
White with #A66D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66D5C; }
p { color: rgb(166,109,92); }
H1.HeaderClassName
{
color: #A66D5C;
}
.AnyTagClassName
{
color: #A66D5C;
}
</style>
background-color css
<style>
a { background-color: #A66D5C; }
a { background-color: rgb(166,109,92); }
div.DivClassName
{
background-color: #A66D5C;
}
.BgClassName
{
background-color: #A66D5C;
}
</style>
border-color css
<style>
span { border-color: #A66D5C; }
span { border-color: rgb(166,109,92); }
td.TdClassName
{
border-color: #A66D5C;
}
.TagClassName
{
border-color: #A66D5C;
}
</style>