Shades of Texas Rose #FFAA51
Tints of Texas Rose #FFAA51
RGB
CMYK
RGB Variations
Color information
#FFAA51 (or 0xFFAA51) is known color: Texas Rose. HEX triplet: FF, AA and 51. RGB value is (255,170,81). Sum of RGB (Red+Green+Blue) = 255+170+81=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 81 (32.03% from 255 or 16.01% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA51 is #0055AE. Grayscale: #B9B9B9. Windows color (decimal): -21935 or 5352191. OLE color: 5352191.
HSL color Cylindrical-coordinate representation of color #FFAA51: hue angle of 30.69º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FFAA51 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 81 | - |
| CMYK | 0 | 0.33 | 0.68 | 0 |
| HSL | 30.69º | 1% | 0.66% | - |
| HSV(B) | 30.69º | 0.68% | 1% | - |
| XYZ | 57.1 | 50.6 | 14.54 | - |
| YUV | 185.27 | 69.16 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 81 | 0 | 0.33 | 0.68 | 0 | 30.69 | 1 | 0.66 |
| Hex | FF | AA | 51 | 0 | 21 | 44 | 0 | 1F | 64 | 42 |
| Octal | 377 | 252 | 121 | 0 | 41 | 104 | 0 | 37 | 144 | 102 |
| Binary | 11111111 | 10101010 | 1010001 | 0 | 100001 | 1000100 | 0 | 11111 | 1100100 | 1000010 |
Color Harmonies of #FFAA51
Complementary color
Monochromatic Colors of #FFAA51
Black with #FFAA51
Text Example
Text Example
White with #FFAA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA51; }
p { color: rgb(255,170,81); }
H1.HeaderClassName
{
color: #FFAA51;
}
.AnyTagClassName
{
color: #FFAA51;
}
</style>
background-color css
<style>
a { background-color: #FFAA51; }
a { background-color: rgb(255,170,81); }
div.DivClassName
{
background-color: #FFAA51;
}
.BgClassName
{
background-color: #FFAA51;
}
</style>
border-color css
<style>
span { border-color: #FFAA51; }
span { border-color: rgb(255,170,81); }
td.TdClassName
{
border-color: #FFAA51;
}
.TagClassName
{
border-color: #FFAA51;
}
</style>