Shades of Sandy Brown #FFA15D
Tints of Sandy Brown #FFA15D
RGB
CMYK
RGB Variations
Color information
#FFA15D (or 0xFFA15D) is known color: Sandy Brown. HEX triplet: FF, A1 and 5D. RGB value is (255,161,93). Sum of RGB (Red+Green+Blue) = 255+161+93=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 161 (63.28% from 255 or 31.63% from 509); Blue value is 93 (36.72% from 255 or 18.27% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA15D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA15D is #005EA2. Grayscale: #B5B5B5. Windows color (decimal): -24227 or 6136319. OLE color: 6136319.
HSL color Cylindrical-coordinate representation of color #FFA15D: hue angle of 25.19º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFA15D is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 93 | - |
| CMYK | 0 | 0.37 | 0.64 | 0 |
| HSL | 25.19º | 1% | 0.68% | - |
| HSV(B) | 25.19º | 0.64% | 1% | - |
| XYZ | 55.96 | 47.54 | 16.58 | - |
| YUV | 181.35 | 78.14 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 93 | 0 | 0.37 | 0.64 | 0 | 25.19 | 1 | 0.68 |
| Hex | FF | A1 | 5D | 0 | 25 | 40 | 0 | 19 | 64 | 44 |
| Octal | 377 | 241 | 135 | 0 | 45 | 100 | 0 | 31 | 144 | 104 |
| Binary | 11111111 | 10100001 | 1011101 | 0 | 100101 | 1000000 | 0 | 11001 | 1100100 | 1000100 |
Color Harmonies of #FFA15D
Complementary color
Monochromatic Colors of #FFA15D
Black with #FFA15D
Text Example
Text Example
White with #FFA15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA15D; }
p { color: rgb(255,161,93); }
H1.HeaderClassName
{
color: #FFA15D;
}
.AnyTagClassName
{
color: #FFA15D;
}
</style>
background-color css
<style>
a { background-color: #FFA15D; }
a { background-color: rgb(255,161,93); }
div.DivClassName
{
background-color: #FFA15D;
}
.BgClassName
{
background-color: #FFA15D;
}
</style>
border-color css
<style>
span { border-color: #FFA15D; }
span { border-color: rgb(255,161,93); }
td.TdClassName
{
border-color: #FFA15D;
}
.TagClassName
{
border-color: #FFA15D;
}
</style>