Shades of Bahia #AEB731
Tints of Bahia #AEB731
RGB
CMYK
RGB Variations
Color information
#AEB731 (or 0xAEB731) is known color: Bahia. HEX triplet: AE, B7 and 31. RGB value is (174,183,49). Sum of RGB (Red+Green+Blue) = 174+183+49=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 183 (71.88% from 255 or 45.07% from 406); Blue value is 49 (19.53% from 255 or 12.07% from 406); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB731 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB731 is #5148CE. Grayscale: #A5A5A5. Windows color (decimal): -5327055 or 3258286. OLE color: 3258286.
HSL color Cylindrical-coordinate representation of color #AEB731: hue angle of 64.03º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AEB731 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 174 | 183 | 49 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.28 |
| HSL | 64.03º | 0.58% | 0.45% | - |
| HSV(B) | 64.03º | 0.73% | 0.72% | - |
| XYZ | 34.94 | 43.09 | 9.38 | - |
| YUV | 165.03 | 62.52 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 183 | 49 | 0.05 | 0 | 0.73 | 0.28 | 64.03 | 0.58 | 0.45 |
| Hex | AE | B7 | 31 | 5 | 0 | 49 | 1C | 40 | 3A | 2D |
| Octal | 256 | 267 | 61 | 5 | 0 | 111 | 34 | 100 | 72 | 55 |
| Binary | 10101110 | 10110111 | 110001 | 101 | 0 | 1001001 | 11100 | 1000000 | 111010 | 101101 |
Color Harmonies of #AEB731
Complementary color
Monochromatic Colors of #AEB731
Black with #AEB731
Text Example
Text Example
White with #AEB731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB731; }
p { color: rgb(174,183,49); }
H1.HeaderClassName
{
color: #AEB731;
}
.AnyTagClassName
{
color: #AEB731;
}
</style>
background-color css
<style>
a { background-color: #AEB731; }
a { background-color: rgb(174,183,49); }
div.DivClassName
{
background-color: #AEB731;
}
.BgClassName
{
background-color: #AEB731;
}
</style>
border-color css
<style>
span { border-color: #AEB731; }
span { border-color: rgb(174,183,49); }
td.TdClassName
{
border-color: #AEB731;
}
.TagClassName
{
border-color: #AEB731;
}
</style>