Shades of Sandy Brown #F1A167
Tints of Sandy Brown #F1A167
RGB
CMYK
RGB Variations
Color information
#F1A167 (or 0xF1A167) is known color: Sandy Brown. HEX triplet: F1, A1 and 67. RGB value is (241,161,103). Sum of RGB (Red+Green+Blue) = 241+161+103=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 103 (40.62% from 255 or 20.40% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A167 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A167 is #0E5E98. Grayscale: #B2B2B2. Windows color (decimal): -941721 or 6791665. OLE color: 6791665.
HSL color Cylindrical-coordinate representation of color #F1A167: hue angle of 25.22º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F1A167 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 161 | 103 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.05 |
| HSL | 25.22º | 0.83% | 0.67% | - |
| HSV(B) | 25.22º | 0.57% | 0.95% | - |
| XYZ | 51.47 | 45.17 | 18.84 | - |
| YUV | 178.31 | 85.5 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 161 | 103 | 0 | 0.33 | 0.57 | 0.05 | 25.22 | 0.83 | 0.67 |
| Hex | F1 | A1 | 67 | 0 | 21 | 39 | 5 | 19 | 53 | 43 |
| Octal | 361 | 241 | 147 | 0 | 41 | 71 | 5 | 31 | 123 | 103 |
| Binary | 11110001 | 10100001 | 1100111 | 0 | 100001 | 111001 | 101 | 11001 | 1010011 | 1000011 |
Color Harmonies of #F1A167
Complementary color
Monochromatic Colors of #F1A167
Black with #F1A167
Text Example
Text Example
White with #F1A167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A167; }
p { color: rgb(241,161,103); }
H1.HeaderClassName
{
color: #F1A167;
}
.AnyTagClassName
{
color: #F1A167;
}
</style>
background-color css
<style>
a { background-color: #F1A167; }
a { background-color: rgb(241,161,103); }
div.DivClassName
{
background-color: #F1A167;
}
.BgClassName
{
background-color: #F1A167;
}
</style>
border-color css
<style>
span { border-color: #F1A167; }
span { border-color: rgb(241,161,103); }
td.TdClassName
{
border-color: #F1A167;
}
.TagClassName
{
border-color: #F1A167;
}
</style>