Shades of Toast #AF765C
Tints of Toast #AF765C
RGB
CMYK
RGB Variations
Color information
#AF765C (or 0xAF765C) is known color: Toast. HEX triplet: AF, 76 and 5C. RGB value is (175,118,92). Sum of RGB (Red+Green+Blue) = 175+118+92=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF765C is #5089A3. Grayscale: #848484. Windows color (decimal): -5278116 or 6059695. OLE color: 6059695.
HSL color Cylindrical-coordinate representation of color #AF765C: hue angle of 18.8º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF765C is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 118 | 92 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.31 |
| HSL | 18.8º | 0.34% | 0.52% | - |
| HSV(B) | 18.8º | 0.47% | 0.69% | - |
| XYZ | 26.09 | 22.84 | 13.16 | - |
| YUV | 132.08 | 105.38 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 92 | 0 | 0.33 | 0.47 | 0.31 | 18.8 | 0.34 | 0.52 |
| Hex | AF | 76 | 5C | 0 | 21 | 2F | 1F | 13 | 22 | 34 |
| Octal | 257 | 166 | 134 | 0 | 41 | 57 | 37 | 23 | 42 | 64 |
| Binary | 10101111 | 1110110 | 1011100 | 0 | 100001 | 101111 | 11111 | 10011 | 100010 | 110100 |
Color Harmonies of #AF765C
Complementary color
Monochromatic Colors of #AF765C
Black with #AF765C
Text Example
Text Example
White with #AF765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF765C; }
p { color: rgb(175,118,92); }
H1.HeaderClassName
{
color: #AF765C;
}
.AnyTagClassName
{
color: #AF765C;
}
</style>
background-color css
<style>
a { background-color: #AF765C; }
a { background-color: rgb(175,118,92); }
div.DivClassName
{
background-color: #AF765C;
}
.BgClassName
{
background-color: #AF765C;
}
</style>
border-color css
<style>
span { border-color: #AF765C; }
span { border-color: rgb(175,118,92); }
td.TdClassName
{
border-color: #AF765C;
}
.TagClassName
{
border-color: #AF765C;
}
</style>