Shades of Texas Rose #FFAB57
Tints of Texas Rose #FFAB57
RGB
CMYK
RGB Variations
Color information
#FFAB57 (or 0xFFAB57) is known color: Texas Rose. HEX triplet: FF, AB and 57. RGB value is (255,171,87). Sum of RGB (Red+Green+Blue) = 255+171+87=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 87 (34.38% from 255 or 16.96% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAB57 is #0054A8. Grayscale: #BABABA. Windows color (decimal): -21673 or 5745663. OLE color: 5745663.
HSL color Cylindrical-coordinate representation of color #FFAB57: hue angle of 30º 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 #FFAB57 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 87 | - |
| CMYK | 0 | 0.33 | 0.66 | 0 |
| HSL | 30º | 1% | 0.67% | - |
| HSV(B) | 30º | 0.66% | 1% | - |
| XYZ | 57.52 | 51.07 | 15.84 | - |
| YUV | 186.54 | 71.83 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 87 | 0 | 0.33 | 0.66 | 0 | 30 | 1 | 0.67 |
| Hex | FF | AB | 57 | 0 | 21 | 42 | 0 | 1E | 64 | 43 |
| Octal | 377 | 253 | 127 | 0 | 41 | 102 | 0 | 36 | 144 | 103 |
| Binary | 11111111 | 10101011 | 1010111 | 0 | 100001 | 1000010 | 0 | 11110 | 1100100 | 1000011 |
Color Harmonies of #FFAB57
Complementary color
Monochromatic Colors of #FFAB57
Black with #FFAB57
Text Example
Text Example
White with #FFAB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB57; }
p { color: rgb(255,171,87); }
H1.HeaderClassName
{
color: #FFAB57;
}
.AnyTagClassName
{
color: #FFAB57;
}
</style>
background-color css
<style>
a { background-color: #FFAB57; }
a { background-color: rgb(255,171,87); }
div.DivClassName
{
background-color: #FFAB57;
}
.BgClassName
{
background-color: #FFAB57;
}
</style>
border-color css
<style>
span { border-color: #FFAB57; }
span { border-color: rgb(255,171,87); }
td.TdClassName
{
border-color: #FFAB57;
}
.TagClassName
{
border-color: #FFAB57;
}
</style>