Shades of Toast #AF765D
Tints of Toast #AF765D
RGB
CMYK
RGB Variations
Color information
#AF765D (or 0xAF765D) is known color: Toast. HEX triplet: AF, 76 and 5D. RGB value is (175,118,93). Sum of RGB (Red+Green+Blue) = 175+118+93=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF765D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF765D is #5089A2. Grayscale: #848484. Windows color (decimal): -5278115 or 6125231. OLE color: 6125231.
HSL color Cylindrical-coordinate representation of color #AF765D: hue angle of 18.29º 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 #AF765D is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 118 | 93 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.31 |
| HSL | 18.29º | 0.34% | 0.53% | - |
| HSV(B) | 18.29º | 0.47% | 0.69% | - |
| XYZ | 26.13 | 22.86 | 13.39 | - |
| YUV | 132.19 | 105.88 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 93 | 0 | 0.33 | 0.47 | 0.31 | 18.29 | 0.34 | 0.53 |
| Hex | AF | 76 | 5D | 0 | 21 | 2F | 1F | 12 | 22 | 35 |
| Octal | 257 | 166 | 135 | 0 | 41 | 57 | 37 | 22 | 42 | 65 |
| Binary | 10101111 | 1110110 | 1011101 | 0 | 100001 | 101111 | 11111 | 10010 | 100010 | 110101 |
Color Harmonies of #AF765D
Complementary color
Monochromatic Colors of #AF765D
Black with #AF765D
Text Example
Text Example
White with #AF765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF765D; }
p { color: rgb(175,118,93); }
H1.HeaderClassName
{
color: #AF765D;
}
.AnyTagClassName
{
color: #AF765D;
}
</style>
background-color css
<style>
a { background-color: #AF765D; }
a { background-color: rgb(175,118,93); }
div.DivClassName
{
background-color: #AF765D;
}
.BgClassName
{
background-color: #AF765D;
}
</style>
border-color css
<style>
span { border-color: #AF765D; }
span { border-color: rgb(175,118,93); }
td.TdClassName
{
border-color: #AF765D;
}
.TagClassName
{
border-color: #AF765D;
}
</style>