Shades of Astra #F3D7AA
Tints of Astra #F3D7AA
RGB
CMYK
RGB Variations
Color information
#F3D7AA (or 0xF3D7AA) is known color: Astra. HEX triplet: F3, D7 and AA. RGB value is (243,215,170). Sum of RGB (Red+Green+Blue) = 243+215+170=628 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.69% from 628); Green value is 215 (84.38% from 255 or 34.24% from 628); Blue value is 170 (66.80% from 255 or 27.07% from 628); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D7AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D7AA is #0C2855. Grayscale: #DADADA. Windows color (decimal): -796758 or 11196403. OLE color: 11196403.
HSL color Cylindrical-coordinate representation of color #F3D7AA: hue angle of 36.99º 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 #F3D7AA is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 215 | 170 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.05 |
| HSL | 36.99º | 0.75% | 0.81% | - |
| HSV(B) | 36.99º | 0.3% | 0.95% | - |
| XYZ | 68.52 | 70.56 | 48.04 | - |
| YUV | 218.24 | 100.78 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 215 | 170 | 0 | 0.12 | 0.30 | 0.05 | 36.99 | 0.75 | 0.81 |
| Hex | F3 | D7 | AA | 0 | C | 1E | 5 | 25 | 4B | 51 |
| Octal | 363 | 327 | 252 | 0 | 14 | 36 | 5 | 45 | 113 | 121 |
| Binary | 11110011 | 11010111 | 10101010 | 0 | 1100 | 11110 | 101 | 100101 | 1001011 | 1010001 |
Color Harmonies of #F3D7AA
Complementary color
Monochromatic Colors of #F3D7AA
Black with #F3D7AA
Text Example
Text Example
White with #F3D7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D7AA; }
p { color: rgb(243,215,170); }
H1.HeaderClassName
{
color: #F3D7AA;
}
.AnyTagClassName
{
color: #F3D7AA;
}
</style>
background-color css
<style>
a { background-color: #F3D7AA; }
a { background-color: rgb(243,215,170); }
div.DivClassName
{
background-color: #F3D7AA;
}
.BgClassName
{
background-color: #F3D7AA;
}
</style>
border-color css
<style>
span { border-color: #F3D7AA; }
span { border-color: rgb(243,215,170); }
td.TdClassName
{
border-color: #F3D7AA;
}
.TagClassName
{
border-color: #F3D7AA;
}
</style>