Shades of Toast #A47766
Tints of Toast #A47766
RGB
CMYK
RGB Variations
Color information
#A47766 (or 0xA47766) is known color: Toast. HEX triplet: A4, 77 and 66. RGB value is (164,119,102). Sum of RGB (Red+Green+Blue) = 164+119+102=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A47766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47766 is #5B8899. Grayscale: #828282. Windows color (decimal): -5998746 or 6715300. OLE color: 6715300.
HSL color Cylindrical-coordinate representation of color #A47766: hue angle of 16.45º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A47766 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 119 | 102 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.36 |
| HSL | 16.45º | 0.25% | 0.52% | - |
| HSV(B) | 16.45º | 0.38% | 0.64% | - |
| XYZ | 24.3 | 22.05 | 15.54 | - |
| YUV | 130.52 | 111.91 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 119 | 102 | 0 | 0.27 | 0.38 | 0.36 | 16.45 | 0.25 | 0.52 |
| Hex | A4 | 77 | 66 | 0 | 1B | 26 | 24 | 10 | 19 | 34 |
| Octal | 244 | 167 | 146 | 0 | 33 | 46 | 44 | 20 | 31 | 64 |
| Binary | 10100100 | 1110111 | 1100110 | 0 | 11011 | 100110 | 100100 | 10000 | 11001 | 110100 |
Color Harmonies of #A47766
Complementary color
Monochromatic Colors of #A47766
Black with #A47766
Text Example
Text Example
White with #A47766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47766; }
p { color: rgb(164,119,102); }
H1.HeaderClassName
{
color: #A47766;
}
.AnyTagClassName
{
color: #A47766;
}
</style>
background-color css
<style>
a { background-color: #A47766; }
a { background-color: rgb(164,119,102); }
div.DivClassName
{
background-color: #A47766;
}
.BgClassName
{
background-color: #A47766;
}
</style>
border-color css
<style>
span { border-color: #A47766; }
span { border-color: rgb(164,119,102); }
td.TdClassName
{
border-color: #A47766;
}
.TagClassName
{
border-color: #A47766;
}
</style>