Shades of Sandy Brown #FFA058
Tints of Sandy Brown #FFA058
RGB
CMYK
RGB Variations
Color information
#FFA058 (or 0xFFA058) is known color: Sandy Brown. HEX triplet: FF, A0 and 58. RGB value is (255,160,88). Sum of RGB (Red+Green+Blue) = 255+160+88=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 88 (34.77% from 255 or 17.50% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA058 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA058 is #005FA7. Grayscale: #B4B4B4. Windows color (decimal): -24488 or 5808383. OLE color: 5808383.
HSL color Cylindrical-coordinate representation of color #FFA058: hue angle of 25.87º 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 #FFA058 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 88 | - |
| CMYK | 0 | 0.37 | 0.65 | 0 |
| HSL | 25.87º | 1% | 0.67% | - |
| HSV(B) | 25.87º | 0.65% | 1% | - |
| XYZ | 55.57 | 47.11 | 15.4 | - |
| YUV | 180.2 | 75.97 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 88 | 0 | 0.37 | 0.65 | 0 | 25.87 | 1 | 0.67 |
| Hex | FF | A0 | 58 | 0 | 25 | 41 | 0 | 1A | 64 | 43 |
| Octal | 377 | 240 | 130 | 0 | 45 | 101 | 0 | 32 | 144 | 103 |
| Binary | 11111111 | 10100000 | 1011000 | 0 | 100101 | 1000001 | 0 | 11010 | 1100100 | 1000011 |
Color Harmonies of #FFA058
Complementary color
Monochromatic Colors of #FFA058
Black with #FFA058
Text Example
Text Example
White with #FFA058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA058; }
p { color: rgb(255,160,88); }
H1.HeaderClassName
{
color: #FFA058;
}
.AnyTagClassName
{
color: #FFA058;
}
</style>
background-color css
<style>
a { background-color: #FFA058; }
a { background-color: rgb(255,160,88); }
div.DivClassName
{
background-color: #FFA058;
}
.BgClassName
{
background-color: #FFA058;
}
</style>
border-color css
<style>
span { border-color: #FFA058; }
span { border-color: rgb(255,160,88); }
td.TdClassName
{
border-color: #FFA058;
}
.TagClassName
{
border-color: #FFA058;
}
</style>