Shades of Sandy Brown #F0AB6A
Tints of Sandy Brown #F0AB6A
RGB
CMYK
RGB Variations
Color information
#F0AB6A (or 0xF0AB6A) is known color: Sandy Brown. HEX triplet: F0, AB and 6A. RGB value is (240,171,106). Sum of RGB (Red+Green+Blue) = 240+171+106=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 106 (41.80% from 255 or 20.50% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AB6A is #0F5495. Grayscale: #B8B8B8. Windows color (decimal): -1004694 or 6990832. OLE color: 6990832.
HSL color Cylindrical-coordinate representation of color #F0AB6A: hue angle of 29.1º 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 #F0AB6A is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 106 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.06 |
| HSL | 29.1º | 0.82% | 0.68% | - |
| HSV(B) | 29.1º | 0.56% | 0.94% | - |
| XYZ | 53.1 | 48.69 | 20.24 | - |
| YUV | 184.22 | 83.86 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 106 | 0 | 0.29 | 0.56 | 0.06 | 29.1 | 0.82 | 0.68 |
| Hex | F0 | AB | 6A | 0 | 1D | 38 | 6 | 1D | 52 | 44 |
| Octal | 360 | 253 | 152 | 0 | 35 | 70 | 6 | 35 | 122 | 104 |
| Binary | 11110000 | 10101011 | 1101010 | 0 | 11101 | 111000 | 110 | 11101 | 1010010 | 1000100 |
Color Harmonies of #F0AB6A
Complementary color
Monochromatic Colors of #F0AB6A
Black with #F0AB6A
Text Example
Text Example
White with #F0AB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AB6A; }
p { color: rgb(240,171,106); }
H1.HeaderClassName
{
color: #F0AB6A;
}
.AnyTagClassName
{
color: #F0AB6A;
}
</style>
background-color css
<style>
a { background-color: #F0AB6A; }
a { background-color: rgb(240,171,106); }
div.DivClassName
{
background-color: #F0AB6A;
}
.BgClassName
{
background-color: #F0AB6A;
}
</style>
border-color css
<style>
span { border-color: #F0AB6A; }
span { border-color: rgb(240,171,106); }
td.TdClassName
{
border-color: #F0AB6A;
}
.TagClassName
{
border-color: #F0AB6A;
}
</style>