Shades of Toast #A07369
Tints of Toast #A07369
RGB
CMYK
RGB Variations
Color information
#A07369 (or 0xA07369) is known color: Toast. HEX triplet: A0, 73 and 69. RGB value is (160,115,105). Sum of RGB (Red+Green+Blue) = 160+115+105=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A07369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07369 is #5F8C96. Grayscale: #7F7F7F. Windows color (decimal): -6261911 or 6910880. OLE color: 6910880.
HSL color Cylindrical-coordinate representation of color #A07369: hue angle of 10.91º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A07369 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 115 | 105 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.37 |
| HSL | 10.91º | 0.22% | 0.52% | - |
| HSV(B) | 10.91º | 0.34% | 0.63% | - |
| XYZ | 23.18 | 20.75 | 16.15 | - |
| YUV | 127.32 | 115.41 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 115 | 105 | 0 | 0.28 | 0.34 | 0.37 | 10.91 | 0.22 | 0.52 |
| Hex | A0 | 73 | 69 | 0 | 1C | 22 | 25 | B | 16 | 34 |
| Octal | 240 | 163 | 151 | 0 | 34 | 42 | 45 | 13 | 26 | 64 |
| Binary | 10100000 | 1110011 | 1101001 | 0 | 11100 | 100010 | 100101 | 1011 | 10110 | 110100 |
Color Harmonies of #A07369
Complementary color
Monochromatic Colors of #A07369
Black with #A07369
Text Example
Text Example
White with #A07369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07369; }
p { color: rgb(160,115,105); }
H1.HeaderClassName
{
color: #A07369;
}
.AnyTagClassName
{
color: #A07369;
}
</style>
background-color css
<style>
a { background-color: #A07369; }
a { background-color: rgb(160,115,105); }
div.DivClassName
{
background-color: #A07369;
}
.BgClassName
{
background-color: #A07369;
}
</style>
border-color css
<style>
span { border-color: #A07369; }
span { border-color: rgb(160,115,105); }
td.TdClassName
{
border-color: #A07369;
}
.TagClassName
{
border-color: #A07369;
}
</style>