Shades of Texas Rose #FFAA56
Tints of Texas Rose #FFAA56
RGB
CMYK
RGB Variations
Color information
#FFAA56 (or 0xFFAA56) is known color: Texas Rose. HEX triplet: FF, AA and 56. RGB value is (255,170,86). Sum of RGB (Red+Green+Blue) = 255+170+86=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 86 (33.98% from 255 or 16.83% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA56 is #0055A9. Grayscale: #BABABA. Windows color (decimal): -21930 or 5679871. OLE color: 5679871.
HSL color Cylindrical-coordinate representation of color #FFAA56: hue angle of 29.82º 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 #FFAA56 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 86 | - |
| CMYK | 0 | 0.33 | 0.66 | 0 |
| HSL | 29.82º | 1% | 0.67% | - |
| HSV(B) | 29.82º | 0.66% | 1% | - |
| XYZ | 57.29 | 50.68 | 15.57 | - |
| YUV | 185.84 | 71.66 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 86 | 0 | 0.33 | 0.66 | 0 | 29.82 | 1 | 0.67 |
| Hex | FF | AA | 56 | 0 | 21 | 42 | 0 | 1E | 64 | 43 |
| Octal | 377 | 252 | 126 | 0 | 41 | 102 | 0 | 36 | 144 | 103 |
| Binary | 11111111 | 10101010 | 1010110 | 0 | 100001 | 1000010 | 0 | 11110 | 1100100 | 1000011 |
Color Harmonies of #FFAA56
Complementary color
Monochromatic Colors of #FFAA56
Black with #FFAA56
Text Example
Text Example
White with #FFAA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA56; }
p { color: rgb(255,170,86); }
H1.HeaderClassName
{
color: #FFAA56;
}
.AnyTagClassName
{
color: #FFAA56;
}
</style>
background-color css
<style>
a { background-color: #FFAA56; }
a { background-color: rgb(255,170,86); }
div.DivClassName
{
background-color: #FFAA56;
}
.BgClassName
{
background-color: #FFAA56;
}
</style>
border-color css
<style>
span { border-color: #FFAA56; }
span { border-color: rgb(255,170,86); }
td.TdClassName
{
border-color: #FFAA56;
}
.TagClassName
{
border-color: #FFAA56;
}
</style>