Shades of Rajah #FFAA68
Tints of Rajah #FFAA68
RGB
CMYK
RGB Variations
Color information
#FFAA68 (or 0xFFAA68) is known color: Rajah. HEX triplet: FF, AA and 68. RGB value is (255,170,104). Sum of RGB (Red+Green+Blue) = 255+170+104=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 104 (41.02% from 255 or 19.66% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA68 is #005597. Grayscale: #BCBCBC. Windows color (decimal): -21912 or 6859519. OLE color: 6859519.
HSL color Cylindrical-coordinate representation of color #FFAA68: hue angle of 26.23º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFAA68 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 104 | - |
| CMYK | 0 | 0.33 | 0.59 | 0 |
| HSL | 26.23º | 1% | 0.7% | - |
| HSV(B) | 26.23º | 0.59% | 1% | - |
| XYZ | 58.11 | 51.01 | 19.88 | - |
| YUV | 187.89 | 80.66 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 104 | 0 | 0.33 | 0.59 | 0 | 26.23 | 1 | 0.7 |
| Hex | FF | AA | 68 | 0 | 21 | 3B | 0 | 1A | 64 | 46 |
| Octal | 377 | 252 | 150 | 0 | 41 | 73 | 0 | 32 | 144 | 106 |
| Binary | 11111111 | 10101010 | 1101000 | 0 | 100001 | 111011 | 0 | 11010 | 1100100 | 1000110 |
Color Harmonies of #FFAA68
Complementary color
Monochromatic Colors of #FFAA68
Black with #FFAA68
Text Example
Text Example
White with #FFAA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA68; }
p { color: rgb(255,170,104); }
H1.HeaderClassName
{
color: #FFAA68;
}
.AnyTagClassName
{
color: #FFAA68;
}
</style>
background-color css
<style>
a { background-color: #FFAA68; }
a { background-color: rgb(255,170,104); }
div.DivClassName
{
background-color: #FFAA68;
}
.BgClassName
{
background-color: #FFAA68;
}
</style>
border-color css
<style>
span { border-color: #FFAA68; }
span { border-color: rgb(255,170,104); }
td.TdClassName
{
border-color: #FFAA68;
}
.TagClassName
{
border-color: #FFAA68;
}
</style>