Shades of Texas Rose #FFAA57
Tints of Texas Rose #FFAA57
RGB
CMYK
RGB Variations
Color information
#FFAA57 (or 0xFFAA57) is known color: Texas Rose. HEX triplet: FF, AA and 57. RGB value is (255,170,87). Sum of RGB (Red+Green+Blue) = 255+170+87=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 87 (34.38% from 255 or 16.99% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA57 is #0055A8. Grayscale: #BABABA. Windows color (decimal): -21929 or 5745407. OLE color: 5745407.
HSL color Cylindrical-coordinate representation of color #FFAA57: hue angle of 29.64º 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 #FFAA57 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 87 | - |
| CMYK | 0 | 0.33 | 0.66 | 0 |
| HSL | 29.64º | 1% | 0.67% | - |
| HSV(B) | 29.64º | 0.66% | 1% | - |
| XYZ | 57.34 | 50.7 | 15.78 | - |
| YUV | 185.95 | 72.16 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 87 | 0 | 0.33 | 0.66 | 0 | 29.64 | 1 | 0.67 |
| Hex | FF | AA | 57 | 0 | 21 | 42 | 0 | 1E | 64 | 43 |
| Octal | 377 | 252 | 127 | 0 | 41 | 102 | 0 | 36 | 144 | 103 |
| Binary | 11111111 | 10101010 | 1010111 | 0 | 100001 | 1000010 | 0 | 11110 | 1100100 | 1000011 |
Color Harmonies of #FFAA57
Complementary color
Monochromatic Colors of #FFAA57
Black with #FFAA57
Text Example
Text Example
White with #FFAA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA57; }
p { color: rgb(255,170,87); }
H1.HeaderClassName
{
color: #FFAA57;
}
.AnyTagClassName
{
color: #FFAA57;
}
</style>
background-color css
<style>
a { background-color: #FFAA57; }
a { background-color: rgb(255,170,87); }
div.DivClassName
{
background-color: #FFAA57;
}
.BgClassName
{
background-color: #FFAA57;
}
</style>
border-color css
<style>
span { border-color: #FFAA57; }
span { border-color: rgb(255,170,87); }
td.TdClassName
{
border-color: #FFAA57;
}
.TagClassName
{
border-color: #FFAA57;
}
</style>