Shades of Texas Rose #FFAA52
Tints of Texas Rose #FFAA52
RGB
CMYK
RGB Variations
Color information
#FFAA52 (or 0xFFAA52) is known color: Texas Rose. HEX triplet: FF, AA and 52. RGB value is (255,170,82). Sum of RGB (Red+Green+Blue) = 255+170+82=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 82 (32.42% from 255 or 16.17% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA52 is #0055AD. Grayscale: #B9B9B9. Windows color (decimal): -21934 or 5417727. OLE color: 5417727.
HSL color Cylindrical-coordinate representation of color #FFAA52: hue angle of 30.52º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FFAA52 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 82 | - |
| CMYK | 0 | 0.33 | 0.68 | 0 |
| HSL | 30.52º | 1% | 0.66% | - |
| HSV(B) | 30.52º | 0.68% | 1% | - |
| XYZ | 57.14 | 50.62 | 14.74 | - |
| YUV | 185.38 | 69.66 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 82 | 0 | 0.33 | 0.68 | 0 | 30.52 | 1 | 0.66 |
| Hex | FF | AA | 52 | 0 | 21 | 44 | 0 | 1F | 64 | 42 |
| Octal | 377 | 252 | 122 | 0 | 41 | 104 | 0 | 37 | 144 | 102 |
| Binary | 11111111 | 10101010 | 1010010 | 0 | 100001 | 1000100 | 0 | 11111 | 1100100 | 1000010 |
Color Harmonies of #FFAA52
Complementary color
Monochromatic Colors of #FFAA52
Black with #FFAA52
Text Example
Text Example
White with #FFAA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA52; }
p { color: rgb(255,170,82); }
H1.HeaderClassName
{
color: #FFAA52;
}
.AnyTagClassName
{
color: #FFAA52;
}
</style>
background-color css
<style>
a { background-color: #FFAA52; }
a { background-color: rgb(255,170,82); }
div.DivClassName
{
background-color: #FFAA52;
}
.BgClassName
{
background-color: #FFAA52;
}
</style>
border-color css
<style>
span { border-color: #FFAA52; }
span { border-color: rgb(255,170,82); }
td.TdClassName
{
border-color: #FFAA52;
}
.TagClassName
{
border-color: #FFAA52;
}
</style>