Shades of Astra #F0D7AA
Tints of Astra #F0D7AA
RGB
CMYK
RGB Variations
Color information
#F0D7AA (or 0xF0D7AA) is known color: Astra. HEX triplet: F0, D7 and AA. RGB value is (240,215,170). Sum of RGB (Red+Green+Blue) = 240+215+170=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 215 (84.38% from 255 or 34.4% from 625); Blue value is 170 (66.80% from 255 or 27.2% from 625); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D7AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D7AA is #0F2855. Grayscale: #D9D9D9. Windows color (decimal): -993366 or 11196400. OLE color: 11196400.
HSL color Cylindrical-coordinate representation of color #F0D7AA: hue angle of 38.57º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0D7AA is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 215 | 170 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.06 |
| HSL | 38.57º | 0.7% | 0.8% | - |
| HSV(B) | 38.57º | 0.29% | 0.94% | - |
| XYZ | 67.49 | 70.03 | 47.99 | - |
| YUV | 217.35 | 101.28 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 215 | 170 | 0 | 0.10 | 0.29 | 0.06 | 38.57 | 0.7 | 0.8 |
| Hex | F0 | D7 | AA | 0 | A | 1D | 6 | 27 | 46 | 50 |
| Octal | 360 | 327 | 252 | 0 | 12 | 35 | 6 | 47 | 106 | 120 |
| Binary | 11110000 | 11010111 | 10101010 | 0 | 1010 | 11101 | 110 | 100111 | 1000110 | 1010000 |
Color Harmonies of #F0D7AA
Complementary color
Monochromatic Colors of #F0D7AA
Black with #F0D7AA
Text Example
Text Example
White with #F0D7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D7AA; }
p { color: rgb(240,215,170); }
H1.HeaderClassName
{
color: #F0D7AA;
}
.AnyTagClassName
{
color: #F0D7AA;
}
</style>
background-color css
<style>
a { background-color: #F0D7AA; }
a { background-color: rgb(240,215,170); }
div.DivClassName
{
background-color: #F0D7AA;
}
.BgClassName
{
background-color: #F0D7AA;
}
</style>
border-color css
<style>
span { border-color: #F0D7AA; }
span { border-color: rgb(240,215,170); }
td.TdClassName
{
border-color: #F0D7AA;
}
.TagClassName
{
border-color: #F0D7AA;
}
</style>