Shades of Sandy Brown #F0AC6A
Tints of Sandy Brown #F0AC6A
RGB
CMYK
RGB Variations
Color information
#F0AC6A (or 0xF0AC6A) is known color: Sandy Brown. HEX triplet: F0, AC and 6A. RGB value is (240,172,106). Sum of RGB (Red+Green+Blue) = 240+172+106=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 106 (41.80% from 255 or 20.46% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AC6A is #0F5395. Grayscale: #B9B9B9. Windows color (decimal): -1004438 or 6991088. OLE color: 6991088.
HSL color Cylindrical-coordinate representation of color #F0AC6A: hue angle of 29.55º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0AC6A is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 172 | 106 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.06 |
| HSL | 29.55º | 0.82% | 0.68% | - |
| HSV(B) | 29.55º | 0.56% | 0.94% | - |
| XYZ | 53.29 | 49.07 | 20.3 | - |
| YUV | 184.81 | 83.53 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 172 | 106 | 0 | 0.28 | 0.56 | 0.06 | 29.55 | 0.82 | 0.68 |
| Hex | F0 | AC | 6A | 0 | 1C | 38 | 6 | 1E | 52 | 44 |
| Octal | 360 | 254 | 152 | 0 | 34 | 70 | 6 | 36 | 122 | 104 |
| Binary | 11110000 | 10101100 | 1101010 | 0 | 11100 | 111000 | 110 | 11110 | 1010010 | 1000100 |
Color Harmonies of #F0AC6A
Complementary color
Monochromatic Colors of #F0AC6A
Black with #F0AC6A
Text Example
Text Example
White with #F0AC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AC6A; }
p { color: rgb(240,172,106); }
H1.HeaderClassName
{
color: #F0AC6A;
}
.AnyTagClassName
{
color: #F0AC6A;
}
</style>
background-color css
<style>
a { background-color: #F0AC6A; }
a { background-color: rgb(240,172,106); }
div.DivClassName
{
background-color: #F0AC6A;
}
.BgClassName
{
background-color: #F0AC6A;
}
</style>
border-color css
<style>
span { border-color: #F0AC6A; }
span { border-color: rgb(240,172,106); }
td.TdClassName
{
border-color: #F0AC6A;
}
.TagClassName
{
border-color: #F0AC6A;
}
</style>