Shades of Sandy Brown #F5AA60
Tints of Sandy Brown #F5AA60
RGB
CMYK
RGB Variations
Color information
#F5AA60 (or 0xF5AA60) is known color: Sandy Brown. HEX triplet: F5, AA and 60. RGB value is (245,170,96). Sum of RGB (Red+Green+Blue) = 245+170+96=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AA60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AA60 is #0A559F. Grayscale: #B8B8B8. Windows color (decimal): -677280 or 6335221. OLE color: 6335221.
HSL color Cylindrical-coordinate representation of color #F5AA60: hue angle of 29.8º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F5AA60 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 170 | 96 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.04 |
| HSL | 29.8º | 0.88% | 0.67% | - |
| HSV(B) | 29.8º | 0.61% | 0.96% | - |
| XYZ | 54.14 | 49.01 | 17.67 | - |
| YUV | 183.99 | 78.35 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 170 | 96 | 0 | 0.31 | 0.61 | 0.04 | 29.8 | 0.88 | 0.67 |
| Hex | F5 | AA | 60 | 0 | 1F | 3D | 4 | 1E | 58 | 43 |
| Octal | 365 | 252 | 140 | 0 | 37 | 75 | 4 | 36 | 130 | 103 |
| Binary | 11110101 | 10101010 | 1100000 | 0 | 11111 | 111101 | 100 | 11110 | 1011000 | 1000011 |
Color Harmonies of #F5AA60
Complementary color
Monochromatic Colors of #F5AA60
Black with #F5AA60
Text Example
Text Example
White with #F5AA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AA60; }
p { color: rgb(245,170,96); }
H1.HeaderClassName
{
color: #F5AA60;
}
.AnyTagClassName
{
color: #F5AA60;
}
</style>
background-color css
<style>
a { background-color: #F5AA60; }
a { background-color: rgb(245,170,96); }
div.DivClassName
{
background-color: #F5AA60;
}
.BgClassName
{
background-color: #F5AA60;
}
</style>
border-color css
<style>
span { border-color: #F5AA60; }
span { border-color: rgb(245,170,96); }
td.TdClassName
{
border-color: #F5AA60;
}
.TagClassName
{
border-color: #F5AA60;
}
</style>