Shades of Sandy Brown #FFA464
Tints of Sandy Brown #FFA464
RGB
CMYK
RGB Variations
Color information
#FFA464 (or 0xFFA464) is known color: Sandy Brown. HEX triplet: FF, A4 and 64. RGB value is (255,164,100). Sum of RGB (Red+Green+Blue) = 255+164+100=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 100 (39.45% from 255 or 19.27% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA464 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA464 is #005B9B. Grayscale: #B8B8B8. Windows color (decimal): -23452 or 6595839. OLE color: 6595839.
HSL color Cylindrical-coordinate representation of color #FFA464: hue angle of 24.77º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFA464 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 100 | - |
| CMYK | 0 | 0.36 | 0.61 | 0 |
| HSL | 24.77º | 1% | 0.7% | - |
| HSV(B) | 24.77º | 0.61% | 1% | - |
| XYZ | 56.82 | 48.73 | 18.47 | - |
| YUV | 183.91 | 80.65 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 100 | 0 | 0.36 | 0.61 | 0 | 24.77 | 1 | 0.7 |
| Hex | FF | A4 | 64 | 0 | 24 | 3D | 0 | 19 | 64 | 46 |
| Octal | 377 | 244 | 144 | 0 | 44 | 75 | 0 | 31 | 144 | 106 |
| Binary | 11111111 | 10100100 | 1100100 | 0 | 100100 | 111101 | 0 | 11001 | 1100100 | 1000110 |
Color Harmonies of #FFA464
Complementary color
Monochromatic Colors of #FFA464
Black with #FFA464
Text Example
Text Example
White with #FFA464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA464; }
p { color: rgb(255,164,100); }
H1.HeaderClassName
{
color: #FFA464;
}
.AnyTagClassName
{
color: #FFA464;
}
</style>
background-color css
<style>
a { background-color: #FFA464; }
a { background-color: rgb(255,164,100); }
div.DivClassName
{
background-color: #FFA464;
}
.BgClassName
{
background-color: #FFA464;
}
</style>
border-color css
<style>
span { border-color: #FFA464; }
span { border-color: rgb(255,164,100); }
td.TdClassName
{
border-color: #FFA464;
}
.TagClassName
{
border-color: #FFA464;
}
</style>