Shades of Rose Bud #FFA9A0
Tints of Rose Bud #FFA9A0
RGB
CMYK
RGB Variations
Color information
#FFA9A0 (or 0xFFA9A0) is known color: Rose Bud. HEX triplet: FF, A9 and A0. RGB value is (255,169,160). Sum of RGB (Red+Green+Blue) = 255+169+160=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 169 (66.41% from 255 or 28.94% from 584); Blue value is 160 (62.89% from 255 or 27.40% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA9A0 is #00565F. Grayscale: #C1C1C1. Windows color (decimal): -22112 or 10529279. OLE color: 10529279.
HSL color Cylindrical-coordinate representation of color #FFA9A0: hue angle of 5.68º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFA9A0 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 160 | - |
| CMYK | 0 | 0.34 | 0.37 | 0 |
| HSL | 5.68º | 1% | 0.81% | - |
| HSV(B) | 5.68º | 0.37% | 1% | - |
| XYZ | 61.77 | 52.17 | 40.07 | - |
| YUV | 193.69 | 108.99 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 160 | 0 | 0.34 | 0.37 | 0 | 5.68 | 1 | 0.81 |
| Hex | FF | A9 | A0 | 0 | 22 | 25 | 0 | 6 | 64 | 51 |
| Octal | 377 | 251 | 240 | 0 | 42 | 45 | 0 | 6 | 144 | 121 |
| Binary | 11111111 | 10101001 | 10100000 | 0 | 100010 | 100101 | 0 | 110 | 1100100 | 1010001 |
Color Harmonies of #FFA9A0
Complementary color
Monochromatic Colors of #FFA9A0
Black with #FFA9A0
Text Example
Text Example
White with #FFA9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA9A0; }
p { color: rgb(255,169,160); }
H1.HeaderClassName
{
color: #FFA9A0;
}
.AnyTagClassName
{
color: #FFA9A0;
}
</style>
background-color css
<style>
a { background-color: #FFA9A0; }
a { background-color: rgb(255,169,160); }
div.DivClassName
{
background-color: #FFA9A0;
}
.BgClassName
{
background-color: #FFA9A0;
}
</style>
border-color css
<style>
span { border-color: #FFA9A0; }
span { border-color: rgb(255,169,160); }
td.TdClassName
{
border-color: #FFA9A0;
}
.TagClassName
{
border-color: #FFA9A0;
}
</style>