Shades of Sandy Brown #FFA45A
Tints of Sandy Brown #FFA45A
RGB
CMYK
RGB Variations
Color information
#FFA45A (or 0xFFA45A) is known color: Sandy Brown. HEX triplet: FF, A4 and 5A. RGB value is (255,164,90). Sum of RGB (Red+Green+Blue) = 255+164+90=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 90 (35.55% from 255 or 17.68% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA45A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA45A is #005BA5. Grayscale: #B7B7B7. Windows color (decimal): -23462 or 5940479. OLE color: 5940479.
HSL color Cylindrical-coordinate representation of color #FFA45A: hue angle of 26.91º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFA45A is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 90 | - |
| CMYK | 0 | 0.36 | 0.65 | 0 |
| HSL | 26.91º | 1% | 0.68% | - |
| HSV(B) | 26.91º | 0.65% | 1% | - |
| XYZ | 56.36 | 48.55 | 16.07 | - |
| YUV | 182.77 | 75.65 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 90 | 0 | 0.36 | 0.65 | 0 | 26.91 | 1 | 0.68 |
| Hex | FF | A4 | 5A | 0 | 24 | 41 | 0 | 1B | 64 | 44 |
| Octal | 377 | 244 | 132 | 0 | 44 | 101 | 0 | 33 | 144 | 104 |
| Binary | 11111111 | 10100100 | 1011010 | 0 | 100100 | 1000001 | 0 | 11011 | 1100100 | 1000100 |
Color Harmonies of #FFA45A
Complementary color
Monochromatic Colors of #FFA45A
Black with #FFA45A
Text Example
Text Example
White with #FFA45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA45A; }
p { color: rgb(255,164,90); }
H1.HeaderClassName
{
color: #FFA45A;
}
.AnyTagClassName
{
color: #FFA45A;
}
</style>
background-color css
<style>
a { background-color: #FFA45A; }
a { background-color: rgb(255,164,90); }
div.DivClassName
{
background-color: #FFA45A;
}
.BgClassName
{
background-color: #FFA45A;
}
</style>
border-color css
<style>
span { border-color: #FFA45A; }
span { border-color: rgb(255,164,90); }
td.TdClassName
{
border-color: #FFA45A;
}
.TagClassName
{
border-color: #FFA45A;
}
</style>