Shades of Sandy Brown #F0A76D
Tints of Sandy Brown #F0A76D
RGB
CMYK
RGB Variations
Color information
#F0A76D (or 0xF0A76D) is known color: Sandy Brown. HEX triplet: F0, A7 and 6D. RGB value is (240,167,109). Sum of RGB (Red+Green+Blue) = 240+167+109=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 167 (65.62% from 255 or 32.36% from 516); Blue value is 109 (42.97% from 255 or 21.12% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A76D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A76D is #0F5892. Grayscale: #B6B6B6. Windows color (decimal): -1005715 or 7186416. OLE color: 7186416.
HSL color Cylindrical-coordinate representation of color #F0A76D: hue angle of 26.56º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0A76D is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 167 | 109 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.06 |
| HSL | 26.56º | 0.81% | 0.68% | - |
| HSV(B) | 26.56º | 0.55% | 0.94% | - |
| XYZ | 52.51 | 47.27 | 20.82 | - |
| YUV | 182.22 | 86.68 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 167 | 109 | 0 | 0.30 | 0.55 | 0.06 | 26.56 | 0.81 | 0.68 |
| Hex | F0 | A7 | 6D | 0 | 1E | 37 | 6 | 1B | 51 | 44 |
| Octal | 360 | 247 | 155 | 0 | 36 | 67 | 6 | 33 | 121 | 104 |
| Binary | 11110000 | 10100111 | 1101101 | 0 | 11110 | 110111 | 110 | 11011 | 1010001 | 1000100 |
Color Harmonies of #F0A76D
Complementary color
Monochromatic Colors of #F0A76D
Black with #F0A76D
Text Example
Text Example
White with #F0A76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A76D; }
p { color: rgb(240,167,109); }
H1.HeaderClassName
{
color: #F0A76D;
}
.AnyTagClassName
{
color: #F0A76D;
}
</style>
background-color css
<style>
a { background-color: #F0A76D; }
a { background-color: rgb(240,167,109); }
div.DivClassName
{
background-color: #F0A76D;
}
.BgClassName
{
background-color: #F0A76D;
}
</style>
border-color css
<style>
span { border-color: #F0A76D; }
span { border-color: rgb(240,167,109); }
td.TdClassName
{
border-color: #F0A76D;
}
.TagClassName
{
border-color: #F0A76D;
}
</style>