Shades of Bahia #AAB927
Tints of Bahia #AAB927
RGB
CMYK
RGB Variations
Color information
#AAB927 (or 0xAAB927) is known color: Bahia. HEX triplet: AA, B9 and 27. RGB value is (170,185,39). Sum of RGB (Red+Green+Blue) = 170+185+39=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 185 (72.66% from 255 or 46.95% from 394); Blue value is 39 (15.62% from 255 or 9.90% from 394); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB927 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB927 is #5546D8. Grayscale: #A4A4A4. Windows color (decimal): -5588697 or 2603434. OLE color: 2603434.
HSL color Cylindrical-coordinate representation of color #AAB927: hue angle of 66.16º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AAB927 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 39 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.27 |
| HSL | 66.16º | 0.65% | 0.44% | - |
| HSV(B) | 66.16º | 0.79% | 0.73% | - |
| XYZ | 34.29 | 43.39 | 8.49 | - |
| YUV | 163.87 | 57.53 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 39 | 0.08 | 0 | 0.79 | 0.27 | 66.16 | 0.65 | 0.44 |
| Hex | AA | B9 | 27 | 8 | 0 | 4F | 1B | 42 | 41 | 2C |
| Octal | 252 | 271 | 47 | 10 | 0 | 117 | 33 | 102 | 101 | 54 |
| Binary | 10101010 | 10111001 | 100111 | 1000 | 0 | 1001111 | 11011 | 1000010 | 1000001 | 101100 |
Color Harmonies of #AAB927
Complementary color
Monochromatic Colors of #AAB927
Black with #AAB927
Text Example
Text Example
White with #AAB927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB927; }
p { color: rgb(170,185,39); }
H1.HeaderClassName
{
color: #AAB927;
}
.AnyTagClassName
{
color: #AAB927;
}
</style>
background-color css
<style>
a { background-color: #AAB927; }
a { background-color: rgb(170,185,39); }
div.DivClassName
{
background-color: #AAB927;
}
.BgClassName
{
background-color: #AAB927;
}
</style>
border-color css
<style>
span { border-color: #AAB927; }
span { border-color: rgb(170,185,39); }
td.TdClassName
{
border-color: #AAB927;
}
.TagClassName
{
border-color: #AAB927;
}
</style>