Shades of Toast #A47665
Tints of Toast #A47665
RGB
CMYK
RGB Variations
Color information
#A47665 (or 0xA47665) is known color: Toast. HEX triplet: A4, 76 and 65. RGB value is (164,118,101). Sum of RGB (Red+Green+Blue) = 164+118+101=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A47665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47665 is #5B899A. Grayscale: #818181. Windows color (decimal): -5999003 or 6649508. OLE color: 6649508.
HSL color Cylindrical-coordinate representation of color #A47665: hue angle of 16.19º degrees, saturation: 0.26, 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 #A47665 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 118 | 101 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.36 |
| HSL | 16.19º | 0.26% | 0.52% | - |
| HSV(B) | 16.19º | 0.38% | 0.64% | - |
| XYZ | 24.14 | 21.79 | 15.25 | - |
| YUV | 129.82 | 111.74 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 118 | 101 | 0 | 0.28 | 0.38 | 0.36 | 16.19 | 0.26 | 0.52 |
| Hex | A4 | 76 | 65 | 0 | 1C | 26 | 24 | 10 | 1A | 34 |
| Octal | 244 | 166 | 145 | 0 | 34 | 46 | 44 | 20 | 32 | 64 |
| Binary | 10100100 | 1110110 | 1100101 | 0 | 11100 | 100110 | 100100 | 10000 | 11010 | 110100 |
Color Harmonies of #A47665
Complementary color
Monochromatic Colors of #A47665
Black with #A47665
Text Example
Text Example
White with #A47665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47665; }
p { color: rgb(164,118,101); }
H1.HeaderClassName
{
color: #A47665;
}
.AnyTagClassName
{
color: #A47665;
}
</style>
background-color css
<style>
a { background-color: #A47665; }
a { background-color: rgb(164,118,101); }
div.DivClassName
{
background-color: #A47665;
}
.BgClassName
{
background-color: #A47665;
}
</style>
border-color css
<style>
span { border-color: #A47665; }
span { border-color: rgb(164,118,101); }
td.TdClassName
{
border-color: #A47665;
}
.TagClassName
{
border-color: #A47665;
}
</style>