Shades of Sandy Brown #FFA564
Tints of Sandy Brown #FFA564
RGB
CMYK
RGB Variations
Color information
#FFA564 (or 0xFFA564) is known color: Sandy Brown. HEX triplet: FF, A5 and 64. RGB value is (255,165,100). Sum of RGB (Red+Green+Blue) = 255+165+100=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 165 (64.84% from 255 or 31.73% from 520); Blue value is 100 (39.45% from 255 or 19.23% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA564 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA564 is #005A9B. Grayscale: #B8B8B8. Windows color (decimal): -23196 or 6596095. OLE color: 6596095.
HSL color Cylindrical-coordinate representation of color #FFA564: hue angle of 25.16º 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 #FFA564 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 100 | - |
| CMYK | 0 | 0.35 | 0.61 | 0 |
| HSL | 25.16º | 1% | 0.7% | - |
| HSV(B) | 25.16º | 0.61% | 1% | - |
| XYZ | 57 | 49.09 | 18.53 | - |
| YUV | 184.5 | 80.32 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 100 | 0 | 0.35 | 0.61 | 0 | 25.16 | 1 | 0.7 |
| Hex | FF | A5 | 64 | 0 | 23 | 3D | 0 | 19 | 64 | 46 |
| Octal | 377 | 245 | 144 | 0 | 43 | 75 | 0 | 31 | 144 | 106 |
| Binary | 11111111 | 10100101 | 1100100 | 0 | 100011 | 111101 | 0 | 11001 | 1100100 | 1000110 |
Color Harmonies of #FFA564
Complementary color
Monochromatic Colors of #FFA564
Black with #FFA564
Text Example
Text Example
White with #FFA564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA564; }
p { color: rgb(255,165,100); }
H1.HeaderClassName
{
color: #FFA564;
}
.AnyTagClassName
{
color: #FFA564;
}
</style>
background-color css
<style>
a { background-color: #FFA564; }
a { background-color: rgb(255,165,100); }
div.DivClassName
{
background-color: #FFA564;
}
.BgClassName
{
background-color: #FFA564;
}
</style>
border-color css
<style>
span { border-color: #FFA564; }
span { border-color: rgb(255,165,100); }
td.TdClassName
{
border-color: #FFA564;
}
.TagClassName
{
border-color: #FFA564;
}
</style>