Shades of Toast #AF745D
Tints of Toast #AF745D
RGB
CMYK
RGB Variations
Color information
#AF745D (or 0xAF745D) is known color: Toast. HEX triplet: AF, 74 and 5D. RGB value is (175,116,93). Sum of RGB (Red+Green+Blue) = 175+116+93=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF745D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF745D is #508BA2. Grayscale: #838383. Windows color (decimal): -5278627 or 6124719. OLE color: 6124719.
HSL color Cylindrical-coordinate representation of color #AF745D: hue angle of 16.83º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF745D is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 116 | 93 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.31 |
| HSL | 16.83º | 0.34% | 0.53% | - |
| HSV(B) | 16.83º | 0.47% | 0.69% | - |
| XYZ | 25.9 | 22.4 | 13.31 | - |
| YUV | 131.02 | 106.55 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 93 | 0 | 0.34 | 0.47 | 0.31 | 16.83 | 0.34 | 0.53 |
| Hex | AF | 74 | 5D | 0 | 22 | 2F | 1F | 11 | 22 | 35 |
| Octal | 257 | 164 | 135 | 0 | 42 | 57 | 37 | 21 | 42 | 65 |
| Binary | 10101111 | 1110100 | 1011101 | 0 | 100010 | 101111 | 11111 | 10001 | 100010 | 110101 |
Color Harmonies of #AF745D
Complementary color
Monochromatic Colors of #AF745D
Black with #AF745D
Text Example
Text Example
White with #AF745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF745D; }
p { color: rgb(175,116,93); }
H1.HeaderClassName
{
color: #AF745D;
}
.AnyTagClassName
{
color: #AF745D;
}
</style>
background-color css
<style>
a { background-color: #AF745D; }
a { background-color: rgb(175,116,93); }
div.DivClassName
{
background-color: #AF745D;
}
.BgClassName
{
background-color: #AF745D;
}
</style>
border-color css
<style>
span { border-color: #AF745D; }
span { border-color: rgb(175,116,93); }
td.TdClassName
{
border-color: #AF745D;
}
.TagClassName
{
border-color: #AF745D;
}
</style>