Shades of Astra #F3D6AA
Tints of Astra #F3D6AA
RGB
CMYK
RGB Variations
Color information
#F3D6AA (or 0xF3D6AA) is known color: Astra. HEX triplet: F3, D6 and AA. RGB value is (243,214,170). Sum of RGB (Red+Green+Blue) = 243+214+170=627 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.76% from 627); Green value is 214 (83.98% from 255 or 34.13% from 627); Blue value is 170 (66.80% from 255 or 27.11% from 627); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D6AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D6AA is #0C2955. Grayscale: #D9D9D9. Windows color (decimal): -797014 or 11196147. OLE color: 11196147.
HSL color Cylindrical-coordinate representation of color #F3D6AA: hue angle of 36.16º degrees, saturation: 0.75, 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 #F3D6AA is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 214 | 170 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.05 |
| HSL | 36.16º | 0.75% | 0.81% | - |
| HSV(B) | 36.16º | 0.3% | 0.95% | - |
| XYZ | 68.26 | 70.05 | 47.95 | - |
| YUV | 217.66 | 101.11 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 214 | 170 | 0 | 0.12 | 0.30 | 0.05 | 36.16 | 0.75 | 0.81 |
| Hex | F3 | D6 | AA | 0 | C | 1E | 5 | 24 | 4B | 51 |
| Octal | 363 | 326 | 252 | 0 | 14 | 36 | 5 | 44 | 113 | 121 |
| Binary | 11110011 | 11010110 | 10101010 | 0 | 1100 | 11110 | 101 | 100100 | 1001011 | 1010001 |
Color Harmonies of #F3D6AA
Complementary color
Monochromatic Colors of #F3D6AA
Black with #F3D6AA
Text Example
Text Example
White with #F3D6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D6AA; }
p { color: rgb(243,214,170); }
H1.HeaderClassName
{
color: #F3D6AA;
}
.AnyTagClassName
{
color: #F3D6AA;
}
</style>
background-color css
<style>
a { background-color: #F3D6AA; }
a { background-color: rgb(243,214,170); }
div.DivClassName
{
background-color: #F3D6AA;
}
.BgClassName
{
background-color: #F3D6AA;
}
</style>
border-color css
<style>
span { border-color: #F3D6AA; }
span { border-color: rgb(243,214,170); }
td.TdClassName
{
border-color: #F3D6AA;
}
.TagClassName
{
border-color: #F3D6AA;
}
</style>