Shades of Texas Rose #FFAE55
Tints of Texas Rose #FFAE55
RGB
CMYK
RGB Variations
Color information
#FFAE55 (or 0xFFAE55) is known color: Texas Rose. HEX triplet: FF, AE and 55. RGB value is (255,174,85). Sum of RGB (Red+Green+Blue) = 255+174+85=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 174 (68.36% from 255 or 33.85% from 514); Blue value is 85 (33.59% from 255 or 16.54% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAE55 is #0051AA. Grayscale: #BCBCBC. Windows color (decimal): -20907 or 5615359. OLE color: 5615359.
HSL color Cylindrical-coordinate representation of color #FFAE55: hue angle of 31.41º 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 #FFAE55 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 85 | - |
| CMYK | 0 | 0.32 | 0.67 | 0 |
| HSL | 31.41º | 1% | 0.67% | - |
| HSV(B) | 31.41º | 0.67% | 1% | - |
| XYZ | 58.02 | 52.19 | 15.61 | - |
| YUV | 188.07 | 69.84 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 85 | 0 | 0.32 | 0.67 | 0 | 31.41 | 1 | 0.67 |
| Hex | FF | AE | 55 | 0 | 20 | 43 | 0 | 1F | 64 | 43 |
| Octal | 377 | 256 | 125 | 0 | 40 | 103 | 0 | 37 | 144 | 103 |
| Binary | 11111111 | 10101110 | 1010101 | 0 | 100000 | 1000011 | 0 | 11111 | 1100100 | 1000011 |
Color Harmonies of #FFAE55
Complementary color
Monochromatic Colors of #FFAE55
Black with #FFAE55
Text Example
Text Example
White with #FFAE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE55; }
p { color: rgb(255,174,85); }
H1.HeaderClassName
{
color: #FFAE55;
}
.AnyTagClassName
{
color: #FFAE55;
}
</style>
background-color css
<style>
a { background-color: #FFAE55; }
a { background-color: rgb(255,174,85); }
div.DivClassName
{
background-color: #FFAE55;
}
.BgClassName
{
background-color: #FFAE55;
}
</style>
border-color css
<style>
span { border-color: #FFAE55; }
span { border-color: rgb(255,174,85); }
td.TdClassName
{
border-color: #FFAE55;
}
.TagClassName
{
border-color: #FFAE55;
}
</style>