Shades of Rajah #FFAA61
Tints of Rajah #FFAA61
RGB
CMYK
RGB Variations
Color information
#FFAA61 (or 0xFFAA61) is known color: Rajah. HEX triplet: FF, AA and 61. RGB value is (255,170,97). Sum of RGB (Red+Green+Blue) = 255+170+97=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 97 (38.28% from 255 or 18.58% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA61 is #00559E. Grayscale: #BBBBBB. Windows color (decimal): -21919 or 6400767. OLE color: 6400767.
HSL color Cylindrical-coordinate representation of color #FFAA61: hue angle of 27.72º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFAA61 is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 97 | - |
| CMYK | 0 | 0.33 | 0.62 | 0 |
| HSL | 27.72º | 1% | 0.69% | - |
| HSV(B) | 27.72º | 0.62% | 1% | - |
| XYZ | 57.77 | 50.87 | 18.08 | - |
| YUV | 187.09 | 77.16 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 97 | 0 | 0.33 | 0.62 | 0 | 27.72 | 1 | 0.69 |
| Hex | FF | AA | 61 | 0 | 21 | 3E | 0 | 1C | 64 | 45 |
| Octal | 377 | 252 | 141 | 0 | 41 | 76 | 0 | 34 | 144 | 105 |
| Binary | 11111111 | 10101010 | 1100001 | 0 | 100001 | 111110 | 0 | 11100 | 1100100 | 1000101 |
Color Harmonies of #FFAA61
Complementary color
Monochromatic Colors of #FFAA61
Black with #FFAA61
Text Example
Text Example
White with #FFAA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA61; }
p { color: rgb(255,170,97); }
H1.HeaderClassName
{
color: #FFAA61;
}
.AnyTagClassName
{
color: #FFAA61;
}
</style>
background-color css
<style>
a { background-color: #FFAA61; }
a { background-color: rgb(255,170,97); }
div.DivClassName
{
background-color: #FFAA61;
}
.BgClassName
{
background-color: #FFAA61;
}
</style>
border-color css
<style>
span { border-color: #FFAA61; }
span { border-color: rgb(255,170,97); }
td.TdClassName
{
border-color: #FFAA61;
}
.TagClassName
{
border-color: #FFAA61;
}
</style>