Shades of Sandy Brown #FFA360
Tints of Sandy Brown #FFA360
RGB
CMYK
RGB Variations
Color information
#FFA360 (or 0xFFA360) is known color: Sandy Brown. HEX triplet: FF, A3 and 60. RGB value is (255,163,96). Sum of RGB (Red+Green+Blue) = 255+163+96=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 96 (37.89% from 255 or 18.68% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA360 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA360 is #005C9F. Grayscale: #B7B7B7. Windows color (decimal): -23712 or 6333439. OLE color: 6333439.
HSL color Cylindrical-coordinate representation of color #FFA360: hue angle of 25.28º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFA360 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 96 | - |
| CMYK | 0 | 0.36 | 0.62 | 0 |
| HSL | 25.28º | 1% | 0.69% | - |
| HSV(B) | 25.28º | 0.62% | 1% | - |
| XYZ | 56.45 | 48.3 | 17.41 | - |
| YUV | 182.87 | 78.98 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 96 | 0 | 0.36 | 0.62 | 0 | 25.28 | 1 | 0.69 |
| Hex | FF | A3 | 60 | 0 | 24 | 3E | 0 | 19 | 64 | 45 |
| Octal | 377 | 243 | 140 | 0 | 44 | 76 | 0 | 31 | 144 | 105 |
| Binary | 11111111 | 10100011 | 1100000 | 0 | 100100 | 111110 | 0 | 11001 | 1100100 | 1000101 |
Color Harmonies of #FFA360
Complementary color
Monochromatic Colors of #FFA360
Black with #FFA360
Text Example
Text Example
White with #FFA360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA360; }
p { color: rgb(255,163,96); }
H1.HeaderClassName
{
color: #FFA360;
}
.AnyTagClassName
{
color: #FFA360;
}
</style>
background-color css
<style>
a { background-color: #FFA360; }
a { background-color: rgb(255,163,96); }
div.DivClassName
{
background-color: #FFA360;
}
.BgClassName
{
background-color: #FFA360;
}
</style>
border-color css
<style>
span { border-color: #FFA360; }
span { border-color: rgb(255,163,96); }
td.TdClassName
{
border-color: #FFA360;
}
.TagClassName
{
border-color: #FFA360;
}
</style>