Shades of Sandy Brown #FFA45D
Tints of Sandy Brown #FFA45D
RGB
CMYK
RGB Variations
Color information
#FFA45D (or 0xFFA45D) is known color: Sandy Brown. HEX triplet: FF, A4 and 5D. RGB value is (255,164,93). Sum of RGB (Red+Green+Blue) = 255+164+93=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 164 (64.45% from 255 or 32.03% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA45D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA45D is #005BA2. Grayscale: #B7B7B7. Windows color (decimal): -23459 or 6137087. OLE color: 6137087.
HSL color Cylindrical-coordinate representation of color #FFA45D: hue angle of 26.3º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFA45D is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 93 | - |
| CMYK | 0 | 0.36 | 0.64 | 0 |
| HSL | 26.3º | 1% | 0.68% | - |
| HSV(B) | 26.3º | 0.64% | 1% | - |
| XYZ | 56.49 | 48.6 | 16.76 | - |
| YUV | 183.12 | 77.15 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 93 | 0 | 0.36 | 0.64 | 0 | 26.3 | 1 | 0.68 |
| Hex | FF | A4 | 5D | 0 | 24 | 40 | 0 | 1A | 64 | 44 |
| Octal | 377 | 244 | 135 | 0 | 44 | 100 | 0 | 32 | 144 | 104 |
| Binary | 11111111 | 10100100 | 1011101 | 0 | 100100 | 1000000 | 0 | 11010 | 1100100 | 1000100 |
Color Harmonies of #FFA45D
Complementary color
Monochromatic Colors of #FFA45D
Black with #FFA45D
Text Example
Text Example
White with #FFA45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA45D; }
p { color: rgb(255,164,93); }
H1.HeaderClassName
{
color: #FFA45D;
}
.AnyTagClassName
{
color: #FFA45D;
}
</style>
background-color css
<style>
a { background-color: #FFA45D; }
a { background-color: rgb(255,164,93); }
div.DivClassName
{
background-color: #FFA45D;
}
.BgClassName
{
background-color: #FFA45D;
}
</style>
border-color css
<style>
span { border-color: #FFA45D; }
span { border-color: rgb(255,164,93); }
td.TdClassName
{
border-color: #FFA45D;
}
.TagClassName
{
border-color: #FFA45D;
}
</style>