Shades of Toast #AF745F
Tints of Toast #AF745F
RGB
CMYK
RGB Variations
Color information
#AF745F (or 0xAF745F) is known color: Toast. HEX triplet: AF, 74 and 5F. RGB value is (175,116,95). Sum of RGB (Red+Green+Blue) = 175+116+95=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF745F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF745F is #508BA0. Grayscale: #838383. Windows color (decimal): -5278625 or 6255791. OLE color: 6255791.
HSL color Cylindrical-coordinate representation of color #AF745F: hue angle of 15.75º degrees, saturation: 0.33, 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 #AF745F is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 116 | 95 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.31 |
| HSL | 15.75º | 0.33% | 0.53% | - |
| HSV(B) | 15.75º | 0.46% | 0.69% | - |
| XYZ | 25.99 | 22.43 | 13.79 | - |
| YUV | 131.25 | 107.55 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 95 | 0 | 0.34 | 0.46 | 0.31 | 15.75 | 0.33 | 0.53 |
| Hex | AF | 74 | 5F | 0 | 22 | 2E | 1F | 10 | 21 | 35 |
| Octal | 257 | 164 | 137 | 0 | 42 | 56 | 37 | 20 | 41 | 65 |
| Binary | 10101111 | 1110100 | 1011111 | 0 | 100010 | 101110 | 11111 | 10000 | 100001 | 110101 |
Color Harmonies of #AF745F
Complementary color
Monochromatic Colors of #AF745F
Black with #AF745F
Text Example
Text Example
White with #AF745F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF745F; }
p { color: rgb(175,116,95); }
H1.HeaderClassName
{
color: #AF745F;
}
.AnyTagClassName
{
color: #AF745F;
}
</style>
background-color css
<style>
a { background-color: #AF745F; }
a { background-color: rgb(175,116,95); }
div.DivClassName
{
background-color: #AF745F;
}
.BgClassName
{
background-color: #AF745F;
}
</style>
border-color css
<style>
span { border-color: #AF745F; }
span { border-color: rgb(175,116,95); }
td.TdClassName
{
border-color: #AF745F;
}
.TagClassName
{
border-color: #AF745F;
}
</style>