Shades of Rajah #FFAA66
Tints of Rajah #FFAA66
RGB
CMYK
RGB Variations
Color information
#FFAA66 (or 0xFFAA66) is known color: Rajah. HEX triplet: FF, AA and 66. RGB value is (255,170,102). Sum of RGB (Red+Green+Blue) = 255+170+102=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 102 (40.23% from 255 or 19.35% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA66 is #005599. Grayscale: #BCBCBC. Windows color (decimal): -21914 or 6728447. OLE color: 6728447.
HSL color Cylindrical-coordinate representation of color #FFAA66: hue angle of 26.67º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFAA66 is Cyan = 0, Magento = 0.33, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 102 | - |
| CMYK | 0 | 0.33 | 0.6 | 0 |
| HSL | 26.67º | 1% | 0.7% | - |
| HSV(B) | 26.67º | 0.6% | 1% | - |
| XYZ | 58.01 | 50.97 | 19.35 | - |
| YUV | 187.66 | 79.66 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 102 | 0 | 0.33 | 0.6 | 0 | 26.67 | 1 | 0.7 |
| Hex | FF | AA | 66 | 0 | 21 | 3C | 0 | 1B | 64 | 46 |
| Octal | 377 | 252 | 146 | 0 | 41 | 74 | 0 | 33 | 144 | 106 |
| Binary | 11111111 | 10101010 | 1100110 | 0 | 100001 | 111100 | 0 | 11011 | 1100100 | 1000110 |
Color Harmonies of #FFAA66
Complementary color
Monochromatic Colors of #FFAA66
Black with #FFAA66
Text Example
Text Example
White with #FFAA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA66; }
p { color: rgb(255,170,102); }
H1.HeaderClassName
{
color: #FFAA66;
}
.AnyTagClassName
{
color: #FFAA66;
}
</style>
background-color css
<style>
a { background-color: #FFAA66; }
a { background-color: rgb(255,170,102); }
div.DivClassName
{
background-color: #FFAA66;
}
.BgClassName
{
background-color: #FFAA66;
}
</style>
border-color css
<style>
span { border-color: #FFAA66; }
span { border-color: rgb(255,170,102); }
td.TdClassName
{
border-color: #FFAA66;
}
.TagClassName
{
border-color: #FFAA66;
}
</style>