Shades of Toast #AF745E
Tints of Toast #AF745E
RGB
CMYK
RGB Variations
Color information
#AF745E (or 0xAF745E) is known color: Toast. HEX triplet: AF, 74 and 5E. RGB value is (175,116,94). Sum of RGB (Red+Green+Blue) = 175+116+94=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF745E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF745E is #508BA1. Grayscale: #838383. Windows color (decimal): -5278626 or 6190255. OLE color: 6190255.
HSL color Cylindrical-coordinate representation of color #AF745E: hue angle of 16.3º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF745E is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 116 | 94 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.31 |
| HSL | 16.3º | 0.34% | 0.53% | - |
| HSV(B) | 16.3º | 0.46% | 0.69% | - |
| XYZ | 25.94 | 22.41 | 13.55 | - |
| YUV | 131.13 | 107.05 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 94 | 0 | 0.34 | 0.46 | 0.31 | 16.3 | 0.34 | 0.53 |
| Hex | AF | 74 | 5E | 0 | 22 | 2E | 1F | 10 | 22 | 35 |
| Octal | 257 | 164 | 136 | 0 | 42 | 56 | 37 | 20 | 42 | 65 |
| Binary | 10101111 | 1110100 | 1011110 | 0 | 100010 | 101110 | 11111 | 10000 | 100010 | 110101 |
Color Harmonies of #AF745E
Complementary color
Monochromatic Colors of #AF745E
Black with #AF745E
Text Example
Text Example
White with #AF745E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF745E; }
p { color: rgb(175,116,94); }
H1.HeaderClassName
{
color: #AF745E;
}
.AnyTagClassName
{
color: #AF745E;
}
</style>
background-color css
<style>
a { background-color: #AF745E; }
a { background-color: rgb(175,116,94); }
div.DivClassName
{
background-color: #AF745E;
}
.BgClassName
{
background-color: #AF745E;
}
</style>
border-color css
<style>
span { border-color: #AF745E; }
span { border-color: rgb(175,116,94); }
td.TdClassName
{
border-color: #AF745E;
}
.TagClassName
{
border-color: #AF745E;
}
</style>