Shades of Sandy Brown #FFA35D
Tints of Sandy Brown #FFA35D
RGB
CMYK
RGB Variations
Color information
#FFA35D (or 0xFFA35D) is known color: Sandy Brown. HEX triplet: FF, A3 and 5D. RGB value is (255,163,93). Sum of RGB (Red+Green+Blue) = 255+163+93=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 93 (36.72% from 255 or 18.20% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA35D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA35D is #005CA2. Grayscale: #B6B6B6. Windows color (decimal): -23715 or 6136831. OLE color: 6136831.
HSL color Cylindrical-coordinate representation of color #FFA35D: hue angle of 25.93º 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 #FFA35D is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 93 | - |
| CMYK | 0 | 0.36 | 0.64 | 0 |
| HSL | 25.93º | 1% | 0.68% | - |
| HSV(B) | 25.93º | 0.64% | 1% | - |
| XYZ | 56.31 | 48.24 | 16.7 | - |
| YUV | 182.53 | 77.48 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 93 | 0 | 0.36 | 0.64 | 0 | 25.93 | 1 | 0.68 |
| Hex | FF | A3 | 5D | 0 | 24 | 40 | 0 | 1A | 64 | 44 |
| Octal | 377 | 243 | 135 | 0 | 44 | 100 | 0 | 32 | 144 | 104 |
| Binary | 11111111 | 10100011 | 1011101 | 0 | 100100 | 1000000 | 0 | 11010 | 1100100 | 1000100 |
Color Harmonies of #FFA35D
Complementary color
Monochromatic Colors of #FFA35D
Black with #FFA35D
Text Example
Text Example
White with #FFA35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA35D; }
p { color: rgb(255,163,93); }
H1.HeaderClassName
{
color: #FFA35D;
}
.AnyTagClassName
{
color: #FFA35D;
}
</style>
background-color css
<style>
a { background-color: #FFA35D; }
a { background-color: rgb(255,163,93); }
div.DivClassName
{
background-color: #FFA35D;
}
.BgClassName
{
background-color: #FFA35D;
}
</style>
border-color css
<style>
span { border-color: #FFA35D; }
span { border-color: rgb(255,163,93); }
td.TdClassName
{
border-color: #FFA35D;
}
.TagClassName
{
border-color: #FFA35D;
}
</style>