Shades of Rose Bud #FFA797
Tints of Rose Bud #FFA797
RGB
CMYK
RGB Variations
Color information
#FFA797 (or 0xFFA797) is known color: Rose Bud. HEX triplet: FF, A7 and 97. RGB value is (255,167,151). Sum of RGB (Red+Green+Blue) = 255+167+151=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 167 (65.62% from 255 or 29.14% from 573); Blue value is 151 (59.38% from 255 or 26.35% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA797 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA797 is #005868. Grayscale: #BFBFBF. Windows color (decimal): -22633 or 9938943. OLE color: 9938943.
HSL color Cylindrical-coordinate representation of color #FFA797: hue angle of 9.23º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFA797 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 151 | - |
| CMYK | 0 | 0.35 | 0.41 | 0 |
| HSL | 9.23º | 1% | 0.8% | - |
| HSV(B) | 9.23º | 0.41% | 1% | - |
| XYZ | 60.64 | 51.13 | 35.95 | - |
| YUV | 191.49 | 105.15 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 151 | 0 | 0.35 | 0.41 | 0 | 9.23 | 1 | 0.8 |
| Hex | FF | A7 | 97 | 0 | 23 | 29 | 0 | 9 | 64 | 50 |
| Octal | 377 | 247 | 227 | 0 | 43 | 51 | 0 | 11 | 144 | 120 |
| Binary | 11111111 | 10100111 | 10010111 | 0 | 100011 | 101001 | 0 | 1001 | 1100100 | 1010000 |
Color Harmonies of #FFA797
Complementary color
Monochromatic Colors of #FFA797
Black with #FFA797
Text Example
Text Example
White with #FFA797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA797; }
p { color: rgb(255,167,151); }
H1.HeaderClassName
{
color: #FFA797;
}
.AnyTagClassName
{
color: #FFA797;
}
</style>
background-color css
<style>
a { background-color: #FFA797; }
a { background-color: rgb(255,167,151); }
div.DivClassName
{
background-color: #FFA797;
}
.BgClassName
{
background-color: #FFA797;
}
</style>
border-color css
<style>
span { border-color: #FFA797; }
span { border-color: rgb(255,167,151); }
td.TdClassName
{
border-color: #FFA797;
}
.TagClassName
{
border-color: #FFA797;
}
</style>