Shades of Astra #F2D7AA
Tints of Astra #F2D7AA
RGB
CMYK
RGB Variations
Color information
#F2D7AA (or 0xF2D7AA) is known color: Astra. HEX triplet: F2, D7 and AA. RGB value is (242,215,170). Sum of RGB (Red+Green+Blue) = 242+215+170=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 215 (84.38% from 255 or 34.29% from 627); Blue value is 170 (66.80% from 255 or 27.11% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D7AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D7AA is #0D2855. Grayscale: #DADADA. Windows color (decimal): -862294 or 11196402. OLE color: 11196402.
HSL color Cylindrical-coordinate representation of color #F2D7AA: hue angle of 37.5º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2D7AA is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 215 | 170 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.05 |
| HSL | 37.5º | 0.73% | 0.81% | - |
| HSV(B) | 37.5º | 0.3% | 0.95% | - |
| XYZ | 68.17 | 70.38 | 48.02 | - |
| YUV | 217.94 | 100.95 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 215 | 170 | 0 | 0.11 | 0.30 | 0.05 | 37.5 | 0.73 | 0.81 |
| Hex | F2 | D7 | AA | 0 | B | 1E | 5 | 26 | 49 | 51 |
| Octal | 362 | 327 | 252 | 0 | 13 | 36 | 5 | 46 | 111 | 121 |
| Binary | 11110010 | 11010111 | 10101010 | 0 | 1011 | 11110 | 101 | 100110 | 1001001 | 1010001 |
Color Harmonies of #F2D7AA
Complementary color
Monochromatic Colors of #F2D7AA
Black with #F2D7AA
Text Example
Text Example
White with #F2D7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D7AA; }
p { color: rgb(242,215,170); }
H1.HeaderClassName
{
color: #F2D7AA;
}
.AnyTagClassName
{
color: #F2D7AA;
}
</style>
background-color css
<style>
a { background-color: #F2D7AA; }
a { background-color: rgb(242,215,170); }
div.DivClassName
{
background-color: #F2D7AA;
}
.BgClassName
{
background-color: #F2D7AA;
}
</style>
border-color css
<style>
span { border-color: #F2D7AA; }
span { border-color: rgb(242,215,170); }
td.TdClassName
{
border-color: #F2D7AA;
}
.TagClassName
{
border-color: #F2D7AA;
}
</style>