Shades of Sandy Brown #F2AA68
Tints of Sandy Brown #F2AA68
RGB
CMYK
RGB Variations
Color information
#F2AA68 (or 0xF2AA68) is known color: Sandy Brown. HEX triplet: F2, AA and 68. RGB value is (242,170,104). Sum of RGB (Red+Green+Blue) = 242+170+104=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 104 (41.02% from 255 or 20.16% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AA68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AA68 is #0D5597. Grayscale: #B8B8B8. Windows color (decimal): -873880 or 6859506. OLE color: 6859506.
HSL color Cylindrical-coordinate representation of color #F2AA68: hue angle of 28.7º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2AA68 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 170 | 104 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.05 |
| HSL | 28.7º | 0.84% | 0.68% | - |
| HSV(B) | 28.7º | 0.57% | 0.95% | - |
| XYZ | 53.49 | 48.63 | 19.66 | - |
| YUV | 184 | 82.85 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 104 | 0 | 0.30 | 0.57 | 0.05 | 28.7 | 0.84 | 0.68 |
| Hex | F2 | AA | 68 | 0 | 1E | 39 | 5 | 1D | 54 | 44 |
| Octal | 362 | 252 | 150 | 0 | 36 | 71 | 5 | 35 | 124 | 104 |
| Binary | 11110010 | 10101010 | 1101000 | 0 | 11110 | 111001 | 101 | 11101 | 1010100 | 1000100 |
Color Harmonies of #F2AA68
Complementary color
Monochromatic Colors of #F2AA68
Black with #F2AA68
Text Example
Text Example
White with #F2AA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AA68; }
p { color: rgb(242,170,104); }
H1.HeaderClassName
{
color: #F2AA68;
}
.AnyTagClassName
{
color: #F2AA68;
}
</style>
background-color css
<style>
a { background-color: #F2AA68; }
a { background-color: rgb(242,170,104); }
div.DivClassName
{
background-color: #F2AA68;
}
.BgClassName
{
background-color: #F2AA68;
}
</style>
border-color css
<style>
span { border-color: #F2AA68; }
span { border-color: rgb(242,170,104); }
td.TdClassName
{
border-color: #F2AA68;
}
.TagClassName
{
border-color: #F2AA68;
}
</style>