Shades of Toast #A26E58
Tints of Toast #A26E58
RGB
CMYK
RGB Variations
Color information
#A26E58 (or 0xA26E58) is known color: Toast. HEX triplet: A2, 6E and 58. RGB value is (162,110,88). Sum of RGB (Red+Green+Blue) = 162+110+88=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A26E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26E58 is #5D91A7. Grayscale: #7B7B7B. Windows color (decimal): -6132136 or 5795490. OLE color: 5795490.
HSL color Cylindrical-coordinate representation of color #A26E58: hue angle of 17.84º 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 #A26E58 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 110 | 88 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.36 |
| HSL | 17.84º | 0.3% | 0.49% | - |
| HSV(B) | 17.84º | 0.46% | 0.64% | - |
| XYZ | 22.24 | 19.54 | 11.83 | - |
| YUV | 123.04 | 108.23 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 110 | 88 | 0 | 0.32 | 0.46 | 0.36 | 17.84 | 0.3 | 0.49 |
| Hex | A2 | 6E | 58 | 0 | 20 | 2E | 24 | 12 | 1E | 31 |
| Octal | 242 | 156 | 130 | 0 | 40 | 56 | 44 | 22 | 36 | 61 |
| Binary | 10100010 | 1101110 | 1011000 | 0 | 100000 | 101110 | 100100 | 10010 | 11110 | 110001 |
Color Harmonies of #A26E58
Complementary color
Monochromatic Colors of #A26E58
Black with #A26E58
Text Example
Text Example
White with #A26E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26E58; }
p { color: rgb(162,110,88); }
H1.HeaderClassName
{
color: #A26E58;
}
.AnyTagClassName
{
color: #A26E58;
}
</style>
background-color css
<style>
a { background-color: #A26E58; }
a { background-color: rgb(162,110,88); }
div.DivClassName
{
background-color: #A26E58;
}
.BgClassName
{
background-color: #A26E58;
}
</style>
border-color css
<style>
span { border-color: #A26E58; }
span { border-color: rgb(162,110,88); }
td.TdClassName
{
border-color: #A26E58;
}
.TagClassName
{
border-color: #A26E58;
}
</style>