Shades of Rajah #FFAE69
Tints of Rajah #FFAE69
RGB
CMYK
RGB Variations
Color information
#FFAE69 (or 0xFFAE69) is known color: Rajah. HEX triplet: FF, AE and 69. RGB value is (255,174,105). Sum of RGB (Red+Green+Blue) = 255+174+105=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 105 (41.41% from 255 or 19.66% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAE69 is #005196. Grayscale: #BEBEBE. Windows color (decimal): -20887 or 6926079. OLE color: 6926079.
HSL color Cylindrical-coordinate representation of color #FFAE69: hue angle of 27.6º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFAE69 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 105 | - |
| CMYK | 0 | 0.32 | 0.59 | 0 |
| HSL | 27.6º | 1% | 0.71% | - |
| HSV(B) | 27.6º | 0.59% | 1% | - |
| XYZ | 58.93 | 52.55 | 20.4 | - |
| YUV | 190.35 | 79.84 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 105 | 0 | 0.32 | 0.59 | 0 | 27.6 | 1 | 0.71 |
| Hex | FF | AE | 69 | 0 | 20 | 3B | 0 | 1C | 64 | 47 |
| Octal | 377 | 256 | 151 | 0 | 40 | 73 | 0 | 34 | 144 | 107 |
| Binary | 11111111 | 10101110 | 1101001 | 0 | 100000 | 111011 | 0 | 11100 | 1100100 | 1000111 |
Color Harmonies of #FFAE69
Complementary color
Monochromatic Colors of #FFAE69
Black with #FFAE69
Text Example
Text Example
White with #FFAE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE69; }
p { color: rgb(255,174,105); }
H1.HeaderClassName
{
color: #FFAE69;
}
.AnyTagClassName
{
color: #FFAE69;
}
</style>
background-color css
<style>
a { background-color: #FFAE69; }
a { background-color: rgb(255,174,105); }
div.DivClassName
{
background-color: #FFAE69;
}
.BgClassName
{
background-color: #FFAE69;
}
</style>
border-color css
<style>
span { border-color: #FFAE69; }
span { border-color: rgb(255,174,105); }
td.TdClassName
{
border-color: #FFAE69;
}
.TagClassName
{
border-color: #FFAE69;
}
</style>