Shades of Sandy Brown #F0AC6B
Tints of Sandy Brown #F0AC6B
RGB
CMYK
RGB Variations
Color information
#F0AC6B (or 0xF0AC6B) is known color: Sandy Brown. HEX triplet: F0, AC and 6B. RGB value is (240,172,107). Sum of RGB (Red+Green+Blue) = 240+172+107=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 107 (42.19% from 255 or 20.62% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AC6B is #0F5394. Grayscale: #B9B9B9. Windows color (decimal): -1004437 or 7056624. OLE color: 7056624.
HSL color Cylindrical-coordinate representation of color #F0AC6B: hue angle of 29.32º degrees, saturation: 0.82, 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 #F0AC6B is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 172 | 107 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.06 |
| HSL | 29.32º | 0.82% | 0.68% | - |
| HSV(B) | 29.32º | 0.55% | 0.94% | - |
| XYZ | 53.34 | 49.09 | 20.57 | - |
| YUV | 184.92 | 84.03 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 172 | 107 | 0 | 0.28 | 0.55 | 0.06 | 29.32 | 0.82 | 0.68 |
| Hex | F0 | AC | 6B | 0 | 1C | 37 | 6 | 1D | 52 | 44 |
| Octal | 360 | 254 | 153 | 0 | 34 | 67 | 6 | 35 | 122 | 104 |
| Binary | 11110000 | 10101100 | 1101011 | 0 | 11100 | 110111 | 110 | 11101 | 1010010 | 1000100 |
Color Harmonies of #F0AC6B
Complementary color
Monochromatic Colors of #F0AC6B
Black with #F0AC6B
Text Example
Text Example
White with #F0AC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AC6B; }
p { color: rgb(240,172,107); }
H1.HeaderClassName
{
color: #F0AC6B;
}
.AnyTagClassName
{
color: #F0AC6B;
}
</style>
background-color css
<style>
a { background-color: #F0AC6B; }
a { background-color: rgb(240,172,107); }
div.DivClassName
{
background-color: #F0AC6B;
}
.BgClassName
{
background-color: #F0AC6B;
}
</style>
border-color css
<style>
span { border-color: #F0AC6B; }
span { border-color: rgb(240,172,107); }
td.TdClassName
{
border-color: #F0AC6B;
}
.TagClassName
{
border-color: #F0AC6B;
}
</style>