Shades of Toast #A46E58
Tints of Toast #A46E58
RGB
CMYK
RGB Variations
Color information
#A46E58 (or 0xA46E58) is known color: Toast. HEX triplet: A4, 6E and 58. RGB value is (164,110,88). Sum of RGB (Red+Green+Blue) = 164+110+88=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46E58 is #5B91A7. Grayscale: #7B7B7B. Windows color (decimal): -6001064 or 5795492. OLE color: 5795492.
HSL color Cylindrical-coordinate representation of color #A46E58: hue angle of 17.37º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A46E58 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 110 | 88 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.36 |
| HSL | 17.37º | 0.3% | 0.49% | - |
| HSV(B) | 17.37º | 0.46% | 0.64% | - |
| XYZ | 22.65 | 19.75 | 11.85 | - |
| YUV | 123.64 | 107.89 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 110 | 88 | 0 | 0.33 | 0.46 | 0.36 | 17.37 | 0.3 | 0.49 |
| Hex | A4 | 6E | 58 | 0 | 21 | 2E | 24 | 11 | 1E | 31 |
| Octal | 244 | 156 | 130 | 0 | 41 | 56 | 44 | 21 | 36 | 61 |
| Binary | 10100100 | 1101110 | 1011000 | 0 | 100001 | 101110 | 100100 | 10001 | 11110 | 110001 |
Color Harmonies of #A46E58
Complementary color
Monochromatic Colors of #A46E58
Black with #A46E58
Text Example
Text Example
White with #A46E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46E58; }
p { color: rgb(164,110,88); }
H1.HeaderClassName
{
color: #A46E58;
}
.AnyTagClassName
{
color: #A46E58;
}
</style>
background-color css
<style>
a { background-color: #A46E58; }
a { background-color: rgb(164,110,88); }
div.DivClassName
{
background-color: #A46E58;
}
.BgClassName
{
background-color: #A46E58;
}
</style>
border-color css
<style>
span { border-color: #A46E58; }
span { border-color: rgb(164,110,88); }
td.TdClassName
{
border-color: #A46E58;
}
.TagClassName
{
border-color: #A46E58;
}
</style>