Shades of Sandy Brown #FFA463
Tints of Sandy Brown #FFA463
RGB
CMYK
RGB Variations
Color information
#FFA463 (or 0xFFA463) is known color: Sandy Brown. HEX triplet: FF, A4 and 63. RGB value is (255,164,99). Sum of RGB (Red+Green+Blue) = 255+164+99=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 99 (39.06% from 255 or 19.11% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA463 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA463 is #005B9C. Grayscale: #B8B8B8. Windows color (decimal): -23453 or 6530303. OLE color: 6530303.
HSL color Cylindrical-coordinate representation of color #FFA463: hue angle of 25º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFA463 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 99 | - |
| CMYK | 0 | 0.36 | 0.61 | 0 |
| HSL | 25º | 1% | 0.69% | - |
| HSV(B) | 25º | 0.61% | 1% | - |
| XYZ | 56.77 | 48.71 | 18.21 | - |
| YUV | 183.8 | 80.15 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 99 | 0 | 0.36 | 0.61 | 0 | 25 | 1 | 0.69 |
| Hex | FF | A4 | 63 | 0 | 24 | 3D | 0 | 19 | 64 | 45 |
| Octal | 377 | 244 | 143 | 0 | 44 | 75 | 0 | 31 | 144 | 105 |
| Binary | 11111111 | 10100100 | 1100011 | 0 | 100100 | 111101 | 0 | 11001 | 1100100 | 1000101 |
Color Harmonies of #FFA463
Complementary color
Monochromatic Colors of #FFA463
Black with #FFA463
Text Example
Text Example
White with #FFA463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA463; }
p { color: rgb(255,164,99); }
H1.HeaderClassName
{
color: #FFA463;
}
.AnyTagClassName
{
color: #FFA463;
}
</style>
background-color css
<style>
a { background-color: #FFA463; }
a { background-color: rgb(255,164,99); }
div.DivClassName
{
background-color: #FFA463;
}
.BgClassName
{
background-color: #FFA463;
}
</style>
border-color css
<style>
span { border-color: #FFA463; }
span { border-color: rgb(255,164,99); }
td.TdClassName
{
border-color: #FFA463;
}
.TagClassName
{
border-color: #FFA463;
}
</style>