Shades of Bahia #AAB61F
Tints of Bahia #AAB61F
RGB
CMYK
RGB Variations
Color information
#AAB61F (or 0xAAB61F) is known color: Bahia. HEX triplet: AA, B6 and 1F. RGB value is (170,182,31). Sum of RGB (Red+Green+Blue) = 170+182+31=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 182 (71.48% from 255 or 47.52% from 383); Blue value is 31 (12.5% from 255 or 8.09% from 383); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB61F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB61F is #5549E0. Grayscale: #A1A1A1. Windows color (decimal): -5589473 or 2078378. OLE color: 2078378.
HSL color Cylindrical-coordinate representation of color #AAB61F: hue angle of 64.77º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AAB61F is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 31 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.29 |
| HSL | 64.77º | 0.71% | 0.42% | - |
| HSV(B) | 64.77º | 0.83% | 0.71% | - |
| XYZ | 33.55 | 42.1 | 7.65 | - |
| YUV | 161.2 | 54.52 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 31 | 0.07 | 0 | 0.83 | 0.29 | 64.77 | 0.71 | 0.42 |
| Hex | AA | B6 | 1F | 7 | 0 | 53 | 1D | 41 | 47 | 2A |
| Octal | 252 | 266 | 37 | 7 | 0 | 123 | 35 | 101 | 107 | 52 |
| Binary | 10101010 | 10110110 | 11111 | 111 | 0 | 1010011 | 11101 | 1000001 | 1000111 | 101010 |
Color Harmonies of #AAB61F
Complementary color
Monochromatic Colors of #AAB61F
Black with #AAB61F
Text Example
Text Example
White with #AAB61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB61F; }
p { color: rgb(170,182,31); }
H1.HeaderClassName
{
color: #AAB61F;
}
.AnyTagClassName
{
color: #AAB61F;
}
</style>
background-color css
<style>
a { background-color: #AAB61F; }
a { background-color: rgb(170,182,31); }
div.DivClassName
{
background-color: #AAB61F;
}
.BgClassName
{
background-color: #AAB61F;
}
</style>
border-color css
<style>
span { border-color: #AAB61F; }
span { border-color: rgb(170,182,31); }
td.TdClassName
{
border-color: #AAB61F;
}
.TagClassName
{
border-color: #AAB61F;
}
</style>