Shades of Astra #F1D7AA
Tints of Astra #F1D7AA
RGB
CMYK
RGB Variations
Color information
#F1D7AA (or 0xF1D7AA) is known color: Astra. HEX triplet: F1, D7 and AA. RGB value is (241,215,170). Sum of RGB (Red+Green+Blue) = 241+215+170=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 215 (84.38% from 255 or 34.35% from 626); Blue value is 170 (66.80% from 255 or 27.16% from 626); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D7AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D7AA is #0E2855. Grayscale: #D9D9D9. Windows color (decimal): -927830 or 11196401. OLE color: 11196401.
HSL color Cylindrical-coordinate representation of color #F1D7AA: hue angle of 38.03º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1D7AA is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 215 | 170 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.05 |
| HSL | 38.03º | 0.72% | 0.81% | - |
| HSV(B) | 38.03º | 0.29% | 0.95% | - |
| XYZ | 67.83 | 70.2 | 48.01 | - |
| YUV | 217.64 | 101.11 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 215 | 170 | 0 | 0.11 | 0.29 | 0.05 | 38.03 | 0.72 | 0.81 |
| Hex | F1 | D7 | AA | 0 | B | 1D | 5 | 26 | 48 | 51 |
| Octal | 361 | 327 | 252 | 0 | 13 | 35 | 5 | 46 | 110 | 121 |
| Binary | 11110001 | 11010111 | 10101010 | 0 | 1011 | 11101 | 101 | 100110 | 1001000 | 1010001 |
Color Harmonies of #F1D7AA
Complementary color
Monochromatic Colors of #F1D7AA
Black with #F1D7AA
Text Example
Text Example
White with #F1D7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D7AA; }
p { color: rgb(241,215,170); }
H1.HeaderClassName
{
color: #F1D7AA;
}
.AnyTagClassName
{
color: #F1D7AA;
}
</style>
background-color css
<style>
a { background-color: #F1D7AA; }
a { background-color: rgb(241,215,170); }
div.DivClassName
{
background-color: #F1D7AA;
}
.BgClassName
{
background-color: #F1D7AA;
}
</style>
border-color css
<style>
span { border-color: #F1D7AA; }
span { border-color: rgb(241,215,170); }
td.TdClassName
{
border-color: #F1D7AA;
}
.TagClassName
{
border-color: #F1D7AA;
}
</style>