Shades of Sandy Brown #F1A164
Tints of Sandy Brown #F1A164
RGB
CMYK
RGB Variations
Color information
#F1A164 (or 0xF1A164) is known color: Sandy Brown. HEX triplet: F1, A1 and 64. RGB value is (241,161,100). Sum of RGB (Red+Green+Blue) = 241+161+100=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 161 (63.28% from 255 or 32.07% from 502); Blue value is 100 (39.45% from 255 or 19.92% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A164 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A164 is #0E5E9B. Grayscale: #B2B2B2. Windows color (decimal): -941724 or 6595057. OLE color: 6595057.
HSL color Cylindrical-coordinate representation of color #F1A164: hue angle of 25.96º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F1A164 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 161 | 100 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.05 |
| HSL | 25.96º | 0.83% | 0.67% | - |
| HSV(B) | 25.96º | 0.59% | 0.95% | - |
| XYZ | 51.32 | 45.11 | 18.06 | - |
| YUV | 177.97 | 84 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 161 | 100 | 0 | 0.33 | 0.59 | 0.05 | 25.96 | 0.83 | 0.67 |
| Hex | F1 | A1 | 64 | 0 | 21 | 3B | 5 | 1A | 53 | 43 |
| Octal | 361 | 241 | 144 | 0 | 41 | 73 | 5 | 32 | 123 | 103 |
| Binary | 11110001 | 10100001 | 1100100 | 0 | 100001 | 111011 | 101 | 11010 | 1010011 | 1000011 |
Color Harmonies of #F1A164
Complementary color
Monochromatic Colors of #F1A164
Black with #F1A164
Text Example
Text Example
White with #F1A164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A164; }
p { color: rgb(241,161,100); }
H1.HeaderClassName
{
color: #F1A164;
}
.AnyTagClassName
{
color: #F1A164;
}
</style>
background-color css
<style>
a { background-color: #F1A164; }
a { background-color: rgb(241,161,100); }
div.DivClassName
{
background-color: #F1A164;
}
.BgClassName
{
background-color: #F1A164;
}
</style>
border-color css
<style>
span { border-color: #F1A164; }
span { border-color: rgb(241,161,100); }
td.TdClassName
{
border-color: #F1A164;
}
.TagClassName
{
border-color: #F1A164;
}
</style>