Shades of Texas Rose #FFAA55
Tints of Texas Rose #FFAA55
RGB
CMYK
RGB Variations
Color information
#FFAA55 (or 0xFFAA55) is known color: Texas Rose. HEX triplet: FF, AA and 55. RGB value is (255,170,85). Sum of RGB (Red+Green+Blue) = 255+170+85=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 85 (33.59% from 255 or 16.67% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA55 is #0055AA. Grayscale: #BABABA. Windows color (decimal): -21931 or 5614335. OLE color: 5614335.
HSL color Cylindrical-coordinate representation of color #FFAA55: hue angle of 30º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFAA55 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 85 | - |
| CMYK | 0 | 0.33 | 0.67 | 0 |
| HSL | 30º | 1% | 0.67% | - |
| HSV(B) | 30º | 0.67% | 1% | - |
| XYZ | 57.25 | 50.67 | 15.36 | - |
| YUV | 185.73 | 71.16 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 85 | 0 | 0.33 | 0.67 | 0 | 30 | 1 | 0.67 |
| Hex | FF | AA | 55 | 0 | 21 | 43 | 0 | 1E | 64 | 43 |
| Octal | 377 | 252 | 125 | 0 | 41 | 103 | 0 | 36 | 144 | 103 |
| Binary | 11111111 | 10101010 | 1010101 | 0 | 100001 | 1000011 | 0 | 11110 | 1100100 | 1000011 |
Color Harmonies of #FFAA55
Complementary color
Monochromatic Colors of #FFAA55
Black with #FFAA55
Text Example
Text Example
White with #FFAA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA55; }
p { color: rgb(255,170,85); }
H1.HeaderClassName
{
color: #FFAA55;
}
.AnyTagClassName
{
color: #FFAA55;
}
</style>
background-color css
<style>
a { background-color: #FFAA55; }
a { background-color: rgb(255,170,85); }
div.DivClassName
{
background-color: #FFAA55;
}
.BgClassName
{
background-color: #FFAA55;
}
</style>
border-color css
<style>
span { border-color: #FFAA55; }
span { border-color: rgb(255,170,85); }
td.TdClassName
{
border-color: #FFAA55;
}
.TagClassName
{
border-color: #FFAA55;
}
</style>