Shades of Sandy Brown #FFA159
Tints of Sandy Brown #FFA159
RGB
CMYK
RGB Variations
Color information
#FFA159 (or 0xFFA159) is known color: Sandy Brown. HEX triplet: FF, A1 and 59. RGB value is (255,161,89). Sum of RGB (Red+Green+Blue) = 255+161+89=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 89 (35.16% from 255 or 17.62% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA159 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA159 is #005EA6. Grayscale: #B5B5B5. Windows color (decimal): -24231 or 5874175. OLE color: 5874175.
HSL color Cylindrical-coordinate representation of color #FFA159: hue angle of 26.02º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFA159 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 89 | - |
| CMYK | 0 | 0.37 | 0.65 | 0 |
| HSL | 26.02º | 1% | 0.67% | - |
| HSV(B) | 26.02º | 0.65% | 1% | - |
| XYZ | 55.79 | 47.47 | 15.67 | - |
| YUV | 180.9 | 76.14 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 89 | 0 | 0.37 | 0.65 | 0 | 26.02 | 1 | 0.67 |
| Hex | FF | A1 | 59 | 0 | 25 | 41 | 0 | 1A | 64 | 43 |
| Octal | 377 | 241 | 131 | 0 | 45 | 101 | 0 | 32 | 144 | 103 |
| Binary | 11111111 | 10100001 | 1011001 | 0 | 100101 | 1000001 | 0 | 11010 | 1100100 | 1000011 |
Color Harmonies of #FFA159
Complementary color
Monochromatic Colors of #FFA159
Black with #FFA159
Text Example
Text Example
White with #FFA159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA159; }
p { color: rgb(255,161,89); }
H1.HeaderClassName
{
color: #FFA159;
}
.AnyTagClassName
{
color: #FFA159;
}
</style>
background-color css
<style>
a { background-color: #FFA159; }
a { background-color: rgb(255,161,89); }
div.DivClassName
{
background-color: #FFA159;
}
.BgClassName
{
background-color: #FFA159;
}
</style>
border-color css
<style>
span { border-color: #FFA159; }
span { border-color: rgb(255,161,89); }
td.TdClassName
{
border-color: #FFA159;
}
.TagClassName
{
border-color: #FFA159;
}
</style>