Shades of Texas Rose #FFAD57
Tints of Texas Rose #FFAD57
RGB
CMYK
RGB Variations
Color information
#FFAD57 (or 0xFFAD57) is known color: Texas Rose. HEX triplet: FF, AD and 57. RGB value is (255,173,87). Sum of RGB (Red+Green+Blue) = 255+173+87=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 87 (34.38% from 255 or 16.89% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAD57 is #0052A8. Grayscale: #BCBCBC. Windows color (decimal): -21161 or 5746175. OLE color: 5746175.
HSL color Cylindrical-coordinate representation of color #FFAD57: hue angle of 30.71º 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 #FFAD57 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 87 | - |
| CMYK | 0 | 0.32 | 0.66 | 0 |
| HSL | 30.71º | 1% | 0.67% | - |
| HSV(B) | 30.71º | 0.66% | 1% | - |
| XYZ | 57.9 | 51.84 | 15.97 | - |
| YUV | 187.71 | 71.17 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 87 | 0 | 0.32 | 0.66 | 0 | 30.71 | 1 | 0.67 |
| Hex | FF | AD | 57 | 0 | 20 | 42 | 0 | 1F | 64 | 43 |
| Octal | 377 | 255 | 127 | 0 | 40 | 102 | 0 | 37 | 144 | 103 |
| Binary | 11111111 | 10101101 | 1010111 | 0 | 100000 | 1000010 | 0 | 11111 | 1100100 | 1000011 |
Color Harmonies of #FFAD57
Complementary color
Monochromatic Colors of #FFAD57
Black with #FFAD57
Text Example
Text Example
White with #FFAD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD57; }
p { color: rgb(255,173,87); }
H1.HeaderClassName
{
color: #FFAD57;
}
.AnyTagClassName
{
color: #FFAD57;
}
</style>
background-color css
<style>
a { background-color: #FFAD57; }
a { background-color: rgb(255,173,87); }
div.DivClassName
{
background-color: #FFAD57;
}
.BgClassName
{
background-color: #FFAD57;
}
</style>
border-color css
<style>
span { border-color: #FFAD57; }
span { border-color: rgb(255,173,87); }
td.TdClassName
{
border-color: #FFAD57;
}
.TagClassName
{
border-color: #FFAD57;
}
</style>