Shades of Sandy Brown #F2AC6B
Tints of Sandy Brown #F2AC6B
RGB
CMYK
RGB Variations
Color information
#F2AC6B (or 0xF2AC6B) is known color: Sandy Brown. HEX triplet: F2, AC and 6B. RGB value is (242,172,107). Sum of RGB (Red+Green+Blue) = 242+172+107=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 107 (42.19% from 255 or 20.54% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AC6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AC6B is #0D5394. Grayscale: #B9B9B9. Windows color (decimal): -873365 or 7056626. OLE color: 7056626.
HSL color Cylindrical-coordinate representation of color #F2AC6B: hue angle of 28.89º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F2AC6B is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 172 | 107 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.05 |
| HSL | 28.89º | 0.84% | 0.68% | - |
| HSV(B) | 28.89º | 0.56% | 0.95% | - |
| XYZ | 54.02 | 49.44 | 20.61 | - |
| YUV | 185.52 | 83.69 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 172 | 107 | 0 | 0.29 | 0.56 | 0.05 | 28.89 | 0.84 | 0.68 |
| Hex | F2 | AC | 6B | 0 | 1D | 38 | 5 | 1D | 54 | 44 |
| Octal | 362 | 254 | 153 | 0 | 35 | 70 | 5 | 35 | 124 | 104 |
| Binary | 11110010 | 10101100 | 1101011 | 0 | 11101 | 111000 | 101 | 11101 | 1010100 | 1000100 |
Color Harmonies of #F2AC6B
Complementary color
Monochromatic Colors of #F2AC6B
Black with #F2AC6B
Text Example
Text Example
White with #F2AC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AC6B; }
p { color: rgb(242,172,107); }
H1.HeaderClassName
{
color: #F2AC6B;
}
.AnyTagClassName
{
color: #F2AC6B;
}
</style>
background-color css
<style>
a { background-color: #F2AC6B; }
a { background-color: rgb(242,172,107); }
div.DivClassName
{
background-color: #F2AC6B;
}
.BgClassName
{
background-color: #F2AC6B;
}
</style>
border-color css
<style>
span { border-color: #F2AC6B; }
span { border-color: rgb(242,172,107); }
td.TdClassName
{
border-color: #F2AC6B;
}
.TagClassName
{
border-color: #F2AC6B;
}
</style>