Shades of Rose Bud #FFA59D
Tints of Rose Bud #FFA59D
RGB
CMYK
RGB Variations
Color information
#FFA59D (or 0xFFA59D) is known color: Rose Bud. HEX triplet: FF, A5 and 9D. RGB value is (255,165,157). Sum of RGB (Red+Green+Blue) = 255+165+157=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 165 (64.84% from 255 or 28.60% from 577); Blue value is 157 (61.72% from 255 or 27.21% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA59D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA59D is #005A62. Grayscale: #BFBFBF. Windows color (decimal): -23139 or 10331647. OLE color: 10331647.
HSL color Cylindrical-coordinate representation of color #FFA59D: hue angle of 4.9º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFA59D is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 157 | - |
| CMYK | 0 | 0.35 | 0.38 | 0 |
| HSL | 4.9º | 1% | 0.81% | - |
| HSV(B) | 4.9º | 0.38% | 1% | - |
| XYZ | 60.78 | 50.6 | 38.46 | - |
| YUV | 191 | 108.82 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 157 | 0 | 0.35 | 0.38 | 0 | 4.9 | 1 | 0.81 |
| Hex | FF | A5 | 9D | 0 | 23 | 26 | 0 | 5 | 64 | 51 |
| Octal | 377 | 245 | 235 | 0 | 43 | 46 | 0 | 5 | 144 | 121 |
| Binary | 11111111 | 10100101 | 10011101 | 0 | 100011 | 100110 | 0 | 101 | 1100100 | 1010001 |
Color Harmonies of #FFA59D
Complementary color
Monochromatic Colors of #FFA59D
Black with #FFA59D
Text Example
Text Example
White with #FFA59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA59D; }
p { color: rgb(255,165,157); }
H1.HeaderClassName
{
color: #FFA59D;
}
.AnyTagClassName
{
color: #FFA59D;
}
</style>
background-color css
<style>
a { background-color: #FFA59D; }
a { background-color: rgb(255,165,157); }
div.DivClassName
{
background-color: #FFA59D;
}
.BgClassName
{
background-color: #FFA59D;
}
</style>
border-color css
<style>
span { border-color: #FFA59D; }
span { border-color: rgb(255,165,157); }
td.TdClassName
{
border-color: #FFA59D;
}
.TagClassName
{
border-color: #FFA59D;
}
</style>