Shades of Texas Rose #FFA756
Tints of Texas Rose #FFA756
RGB
CMYK
RGB Variations
Color information
#FFA756 (or 0xFFA756) is known color: Texas Rose. HEX triplet: FF, A7 and 56. RGB value is (255,167,86). Sum of RGB (Red+Green+Blue) = 255+167+86=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 167 (65.62% from 255 or 32.87% from 508); Blue value is 86 (33.98% from 255 or 16.93% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA756 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA756 is #0058A9. Grayscale: #B8B8B8. Windows color (decimal): -22698 or 5679103. OLE color: 5679103.
HSL color Cylindrical-coordinate representation of color #FFA756: hue angle of 28.76º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFA756 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 86 | - |
| CMYK | 0 | 0.35 | 0.66 | 0 |
| HSL | 28.76º | 1% | 0.67% | - |
| HSV(B) | 28.76º | 0.66% | 1% | - |
| XYZ | 56.74 | 49.57 | 15.38 | - |
| YUV | 184.08 | 72.65 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 86 | 0 | 0.35 | 0.66 | 0 | 28.76 | 1 | 0.67 |
| Hex | FF | A7 | 56 | 0 | 23 | 42 | 0 | 1D | 64 | 43 |
| Octal | 377 | 247 | 126 | 0 | 43 | 102 | 0 | 35 | 144 | 103 |
| Binary | 11111111 | 10100111 | 1010110 | 0 | 100011 | 1000010 | 0 | 11101 | 1100100 | 1000011 |
Color Harmonies of #FFA756
Complementary color
Monochromatic Colors of #FFA756
Black with #FFA756
Text Example
Text Example
White with #FFA756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA756; }
p { color: rgb(255,167,86); }
H1.HeaderClassName
{
color: #FFA756;
}
.AnyTagClassName
{
color: #FFA756;
}
</style>
background-color css
<style>
a { background-color: #FFA756; }
a { background-color: rgb(255,167,86); }
div.DivClassName
{
background-color: #FFA756;
}
.BgClassName
{
background-color: #FFA756;
}
</style>
border-color css
<style>
span { border-color: #FFA756; }
span { border-color: rgb(255,167,86); }
td.TdClassName
{
border-color: #FFA756;
}
.TagClassName
{
border-color: #FFA756;
}
</style>