Shades of Rose Bud #FFA795
Tints of Rose Bud #FFA795
RGB
CMYK
RGB Variations
Color information
#FFA795 (or 0xFFA795) is known color: Rose Bud. HEX triplet: FF, A7 and 95. RGB value is (255,167,149). Sum of RGB (Red+Green+Blue) = 255+167+149=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 167 (65.62% from 255 or 29.25% from 571); Blue value is 149 (58.59% from 255 or 26.09% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA795 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA795 is #00586A. Grayscale: #BFBFBF. Windows color (decimal): -22635 or 9807871. OLE color: 9807871.
HSL color Cylindrical-coordinate representation of color #FFA795: hue angle of 10.19º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFA795 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 149 | - |
| CMYK | 0 | 0.35 | 0.42 | 0 |
| HSL | 10.19º | 1% | 0.79% | - |
| HSV(B) | 10.19º | 0.42% | 1% | - |
| XYZ | 60.48 | 51.07 | 35.1 | - |
| YUV | 191.26 | 104.15 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 149 | 0 | 0.35 | 0.42 | 0 | 10.19 | 1 | 0.79 |
| Hex | FF | A7 | 95 | 0 | 23 | 2A | 0 | A | 64 | 4F |
| Octal | 377 | 247 | 225 | 0 | 43 | 52 | 0 | 12 | 144 | 117 |
| Binary | 11111111 | 10100111 | 10010101 | 0 | 100011 | 101010 | 0 | 1010 | 1100100 | 1001111 |
Color Harmonies of #FFA795
Complementary color
Monochromatic Colors of #FFA795
Black with #FFA795
Text Example
Text Example
White with #FFA795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA795; }
p { color: rgb(255,167,149); }
H1.HeaderClassName
{
color: #FFA795;
}
.AnyTagClassName
{
color: #FFA795;
}
</style>
background-color css
<style>
a { background-color: #FFA795; }
a { background-color: rgb(255,167,149); }
div.DivClassName
{
background-color: #FFA795;
}
.BgClassName
{
background-color: #FFA795;
}
</style>
border-color css
<style>
span { border-color: #FFA795; }
span { border-color: rgb(255,167,149); }
td.TdClassName
{
border-color: #FFA795;
}
.TagClassName
{
border-color: #FFA795;
}
</style>