Shades of Tacao #FFAE7B
Tints of Tacao #FFAE7B
RGB
CMYK
RGB Variations
Color information
#FFAE7B (or 0xFFAE7B) is known color: Tacao. HEX triplet: FF, AE and 7B. RGB value is (255,174,123). Sum of RGB (Red+Green+Blue) = 255+174+123=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 123 (48.44% from 255 or 22.28% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAE7B is #005184. Grayscale: #C0C0C0. Windows color (decimal): -20869 or 8105727. OLE color: 8105727.
HSL color Cylindrical-coordinate representation of color #FFAE7B: hue angle of 23.18º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFAE7B is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 123 | - |
| CMYK | 0 | 0.32 | 0.52 | 0 |
| HSL | 23.18º | 1% | 0.74% | - |
| HSV(B) | 23.18º | 0.52% | 1% | - |
| XYZ | 59.95 | 52.96 | 25.8 | - |
| YUV | 192.41 | 88.84 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 123 | 0 | 0.32 | 0.52 | 0 | 23.18 | 1 | 0.74 |
| Hex | FF | AE | 7B | 0 | 20 | 34 | 0 | 17 | 64 | 4A |
| Octal | 377 | 256 | 173 | 0 | 40 | 64 | 0 | 27 | 144 | 112 |
| Binary | 11111111 | 10101110 | 1111011 | 0 | 100000 | 110100 | 0 | 10111 | 1100100 | 1001010 |
Color Harmonies of #FFAE7B
Complementary color
Monochromatic Colors of #FFAE7B
Black with #FFAE7B
Text Example
Text Example
White with #FFAE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE7B; }
p { color: rgb(255,174,123); }
H1.HeaderClassName
{
color: #FFAE7B;
}
.AnyTagClassName
{
color: #FFAE7B;
}
</style>
background-color css
<style>
a { background-color: #FFAE7B; }
a { background-color: rgb(255,174,123); }
div.DivClassName
{
background-color: #FFAE7B;
}
.BgClassName
{
background-color: #FFAE7B;
}
</style>
border-color css
<style>
span { border-color: #FFAE7B; }
span { border-color: rgb(255,174,123); }
td.TdClassName
{
border-color: #FFAE7B;
}
.TagClassName
{
border-color: #FFAE7B;
}
</style>