Shades of Bahia #AAB92F
Tints of Bahia #AAB92F
RGB
CMYK
RGB Variations
Color information
#AAB92F (or 0xAAB92F) is known color: Bahia. HEX triplet: AA, B9 and 2F. RGB value is (170,185,47). Sum of RGB (Red+Green+Blue) = 170+185+47=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 185 (72.66% from 255 or 46.02% from 402); Blue value is 47 (18.75% from 255 or 11.69% from 402); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB92F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB92F is #5546D0. Grayscale: #A5A5A5. Windows color (decimal): -5588689 or 3127722. OLE color: 3127722.
HSL color Cylindrical-coordinate representation of color #AAB92F: hue angle of 66.52º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AAB92F is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 47 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.27 |
| HSL | 66.52º | 0.59% | 0.45% | - |
| HSV(B) | 66.52º | 0.75% | 0.73% | - |
| XYZ | 34.44 | 43.45 | 9.26 | - |
| YUV | 164.78 | 61.53 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 47 | 0.08 | 0 | 0.75 | 0.27 | 66.52 | 0.59 | 0.45 |
| Hex | AA | B9 | 2F | 8 | 0 | 4B | 1B | 43 | 3B | 2D |
| Octal | 252 | 271 | 57 | 10 | 0 | 113 | 33 | 103 | 73 | 55 |
| Binary | 10101010 | 10111001 | 101111 | 1000 | 0 | 1001011 | 11011 | 1000011 | 111011 | 101101 |
Color Harmonies of #AAB92F
Complementary color
Monochromatic Colors of #AAB92F
Black with #AAB92F
Text Example
Text Example
White with #AAB92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB92F; }
p { color: rgb(170,185,47); }
H1.HeaderClassName
{
color: #AAB92F;
}
.AnyTagClassName
{
color: #AAB92F;
}
</style>
background-color css
<style>
a { background-color: #AAB92F; }
a { background-color: rgb(170,185,47); }
div.DivClassName
{
background-color: #AAB92F;
}
.BgClassName
{
background-color: #AAB92F;
}
</style>
border-color css
<style>
span { border-color: #AAB92F; }
span { border-color: rgb(170,185,47); }
td.TdClassName
{
border-color: #AAB92F;
}
.TagClassName
{
border-color: #AAB92F;
}
</style>