Shades of Toast #A07258
Tints of Toast #A07258
RGB
CMYK
RGB Variations
Color information
#A07258 (or 0xA07258) is known color: Toast. HEX triplet: A0, 72 and 58. RGB value is (160,114,88). Sum of RGB (Red+Green+Blue) = 160+114+88=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A07258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07258 is #5F8DA7. Grayscale: #7C7C7C. Windows color (decimal): -6262184 or 5796512. OLE color: 5796512.
HSL color Cylindrical-coordinate representation of color #A07258: hue angle of 21.67º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A07258 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 114 | 88 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.37 |
| HSL | 21.67º | 0.29% | 0.49% | - |
| HSV(B) | 21.67º | 0.45% | 0.63% | - |
| XYZ | 22.28 | 20.21 | 11.96 | - |
| YUV | 124.79 | 107.24 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 114 | 88 | 0 | 0.29 | 0.45 | 0.37 | 21.67 | 0.29 | 0.49 |
| Hex | A0 | 72 | 58 | 0 | 1D | 2D | 25 | 16 | 1D | 31 |
| Octal | 240 | 162 | 130 | 0 | 35 | 55 | 45 | 26 | 35 | 61 |
| Binary | 10100000 | 1110010 | 1011000 | 0 | 11101 | 101101 | 100101 | 10110 | 11101 | 110001 |
Color Harmonies of #A07258
Complementary color
Monochromatic Colors of #A07258
Black with #A07258
Text Example
Text Example
White with #A07258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07258; }
p { color: rgb(160,114,88); }
H1.HeaderClassName
{
color: #A07258;
}
.AnyTagClassName
{
color: #A07258;
}
</style>
background-color css
<style>
a { background-color: #A07258; }
a { background-color: rgb(160,114,88); }
div.DivClassName
{
background-color: #A07258;
}
.BgClassName
{
background-color: #A07258;
}
</style>
border-color css
<style>
span { border-color: #A07258; }
span { border-color: rgb(160,114,88); }
td.TdClassName
{
border-color: #A07258;
}
.TagClassName
{
border-color: #A07258;
}
</style>