Shades of Texas Rose #FFAA54
Tints of Texas Rose #FFAA54
RGB
CMYK
RGB Variations
Color information
#FFAA54 (or 0xFFAA54) is known color: Texas Rose. HEX triplet: FF, AA and 54. RGB value is (255,170,84). Sum of RGB (Red+Green+Blue) = 255+170+84=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 84 (33.20% from 255 or 16.50% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA54 is #0055AB. Grayscale: #BABABA. Windows color (decimal): -21932 or 5548799. OLE color: 5548799.
HSL color Cylindrical-coordinate representation of color #FFAA54: hue angle of 30.18º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFAA54 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 84 | - |
| CMYK | 0 | 0.33 | 0.67 | 0 |
| HSL | 30.18º | 1% | 0.66% | - |
| HSV(B) | 30.18º | 0.67% | 1% | - |
| XYZ | 57.21 | 50.65 | 15.15 | - |
| YUV | 185.61 | 70.66 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 84 | 0 | 0.33 | 0.67 | 0 | 30.18 | 1 | 0.66 |
| Hex | FF | AA | 54 | 0 | 21 | 43 | 0 | 1E | 64 | 42 |
| Octal | 377 | 252 | 124 | 0 | 41 | 103 | 0 | 36 | 144 | 102 |
| Binary | 11111111 | 10101010 | 1010100 | 0 | 100001 | 1000011 | 0 | 11110 | 1100100 | 1000010 |
Color Harmonies of #FFAA54
Complementary color
Monochromatic Colors of #FFAA54
Black with #FFAA54
Text Example
Text Example
White with #FFAA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA54; }
p { color: rgb(255,170,84); }
H1.HeaderClassName
{
color: #FFAA54;
}
.AnyTagClassName
{
color: #FFAA54;
}
</style>
background-color css
<style>
a { background-color: #FFAA54; }
a { background-color: rgb(255,170,84); }
div.DivClassName
{
background-color: #FFAA54;
}
.BgClassName
{
background-color: #FFAA54;
}
</style>
border-color css
<style>
span { border-color: #FFAA54; }
span { border-color: rgb(255,170,84); }
td.TdClassName
{
border-color: #FFAA54;
}
.TagClassName
{
border-color: #FFAA54;
}
</style>