Shades of Sandy Brown #F0AC60
Tints of Sandy Brown #F0AC60
RGB
CMYK
RGB Variations
Color information
#F0AC60 (or 0xF0AC60) is known color: Sandy Brown. HEX triplet: F0, AC and 60. RGB value is (240,172,96). Sum of RGB (Red+Green+Blue) = 240+172+96=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 96 (37.89% from 255 or 18.90% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AC60 is #0F539F. Grayscale: #B8B8B8. Windows color (decimal): -1004448 or 6335728. OLE color: 6335728.
HSL color Cylindrical-coordinate representation of color #F0AC60: hue angle of 31.67º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0AC60 is Cyan = 0, Magento = 0.28, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 172 | 96 | - |
| CMYK | 0 | 0.28 | 0.6 | 0.06 |
| HSL | 31.67º | 0.83% | 0.66% | - |
| HSV(B) | 31.67º | 0.6% | 0.94% | - |
| XYZ | 52.8 | 48.87 | 17.72 | - |
| YUV | 183.67 | 78.53 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 172 | 96 | 0 | 0.28 | 0.6 | 0.06 | 31.67 | 0.83 | 0.66 |
| Hex | F0 | AC | 60 | 0 | 1C | 3C | 6 | 20 | 53 | 42 |
| Octal | 360 | 254 | 140 | 0 | 34 | 74 | 6 | 40 | 123 | 102 |
| Binary | 11110000 | 10101100 | 1100000 | 0 | 11100 | 111100 | 110 | 100000 | 1010011 | 1000010 |
Color Harmonies of #F0AC60
Complementary color
Monochromatic Colors of #F0AC60
Black with #F0AC60
Text Example
Text Example
White with #F0AC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AC60; }
p { color: rgb(240,172,96); }
H1.HeaderClassName
{
color: #F0AC60;
}
.AnyTagClassName
{
color: #F0AC60;
}
</style>
background-color css
<style>
a { background-color: #F0AC60; }
a { background-color: rgb(240,172,96); }
div.DivClassName
{
background-color: #F0AC60;
}
.BgClassName
{
background-color: #F0AC60;
}
</style>
border-color css
<style>
span { border-color: #F0AC60; }
span { border-color: rgb(240,172,96); }
td.TdClassName
{
border-color: #F0AC60;
}
.TagClassName
{
border-color: #F0AC60;
}
</style>