Shades of Rajah #FFAC68
Tints of Rajah #FFAC68
RGB
CMYK
RGB Variations
Color information
#FFAC68 (or 0xFFAC68) is known color: Rajah. HEX triplet: FF, AC and 68. RGB value is (255,172,104). Sum of RGB (Red+Green+Blue) = 255+172+104=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 104 (41.02% from 255 or 19.59% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAC68 is #005397. Grayscale: #BDBDBD. Windows color (decimal): -21400 or 6860031. OLE color: 6860031.
HSL color Cylindrical-coordinate representation of color #FFAC68: hue angle of 27.02º 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 #FFAC68 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 104 | - |
| CMYK | 0 | 0.33 | 0.59 | 0 |
| HSL | 27.02º | 1% | 0.7% | - |
| HSV(B) | 27.02º | 0.59% | 1% | - |
| XYZ | 58.49 | 51.76 | 20.01 | - |
| YUV | 189.07 | 80 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 104 | 0 | 0.33 | 0.59 | 0 | 27.02 | 1 | 0.7 |
| Hex | FF | AC | 68 | 0 | 21 | 3B | 0 | 1B | 64 | 46 |
| Octal | 377 | 254 | 150 | 0 | 41 | 73 | 0 | 33 | 144 | 106 |
| Binary | 11111111 | 10101100 | 1101000 | 0 | 100001 | 111011 | 0 | 11011 | 1100100 | 1000110 |
Color Harmonies of #FFAC68
Complementary color
Monochromatic Colors of #FFAC68
Black with #FFAC68
Text Example
Text Example
White with #FFAC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC68; }
p { color: rgb(255,172,104); }
H1.HeaderClassName
{
color: #FFAC68;
}
.AnyTagClassName
{
color: #FFAC68;
}
</style>
background-color css
<style>
a { background-color: #FFAC68; }
a { background-color: rgb(255,172,104); }
div.DivClassName
{
background-color: #FFAC68;
}
.BgClassName
{
background-color: #FFAC68;
}
</style>
border-color css
<style>
span { border-color: #FFAC68; }
span { border-color: rgb(255,172,104); }
td.TdClassName
{
border-color: #FFAC68;
}
.TagClassName
{
border-color: #FFAC68;
}
</style>