Shades of Sandy Brown #F7A96A
Tints of Sandy Brown #F7A96A
RGB
CMYK
RGB Variations
Color information
#F7A96A (or 0xF7A96A) is known color: Sandy Brown. HEX triplet: F7, A9 and 6A. RGB value is (247,169,106). Sum of RGB (Red+Green+Blue) = 247+169+106=522 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.32% from 522); Green value is 169 (66.41% from 255 or 32.38% from 522); Blue value is 106 (41.80% from 255 or 20.31% from 522); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A96A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A96A is #085695. Grayscale: #B9B9B9. Windows color (decimal): -546454 or 6990327. OLE color: 6990327.
HSL color Cylindrical-coordinate representation of color #F7A96A: hue angle of 26.81º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F7A96A is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 169 | 106 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.03 |
| HSL | 26.81º | 0.9% | 0.69% | - |
| HSV(B) | 26.81º | 0.57% | 0.97% | - |
| XYZ | 55.15 | 49.19 | 20.22 | - |
| YUV | 185.14 | 83.34 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 169 | 106 | 0 | 0.32 | 0.57 | 0.03 | 26.81 | 0.9 | 0.69 |
| Hex | F7 | A9 | 6A | 0 | 20 | 39 | 3 | 1B | 5A | 45 |
| Octal | 367 | 251 | 152 | 0 | 40 | 71 | 3 | 33 | 132 | 105 |
| Binary | 11110111 | 10101001 | 1101010 | 0 | 100000 | 111001 | 11 | 11011 | 1011010 | 1000101 |
Color Harmonies of #F7A96A
Complementary color
Monochromatic Colors of #F7A96A
Black with #F7A96A
Text Example
Text Example
White with #F7A96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A96A; }
p { color: rgb(247,169,106); }
H1.HeaderClassName
{
color: #F7A96A;
}
.AnyTagClassName
{
color: #F7A96A;
}
</style>
background-color css
<style>
a { background-color: #F7A96A; }
a { background-color: rgb(247,169,106); }
div.DivClassName
{
background-color: #F7A96A;
}
.BgClassName
{
background-color: #F7A96A;
}
</style>
border-color css
<style>
span { border-color: #F7A96A; }
span { border-color: rgb(247,169,106); }
td.TdClassName
{
border-color: #F7A96A;
}
.TagClassName
{
border-color: #F7A96A;
}
</style>