Shades of Bahia #AAB725
Tints of Bahia #AAB725
RGB
CMYK
RGB Variations
Color information
#AAB725 (or 0xAAB725) is known color: Bahia. HEX triplet: AA, B7 and 25. RGB value is (170,183,37). Sum of RGB (Red+Green+Blue) = 170+183+37=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 183 (71.88% from 255 or 46.92% from 390); Blue value is 37 (14.84% from 255 or 9.49% from 390); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB725 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB725 is #5548DA. Grayscale: #A3A3A3. Windows color (decimal): -5589211 or 2471850. OLE color: 2471850.
HSL color Cylindrical-coordinate representation of color #AAB725: hue angle of 65.34º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAB725 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 37 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.28 |
| HSL | 65.34º | 0.66% | 0.43% | - |
| HSV(B) | 65.34º | 0.8% | 0.72% | - |
| XYZ | 33.84 | 42.55 | 8.18 | - |
| YUV | 162.47 | 57.19 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 37 | 0.07 | 0 | 0.80 | 0.28 | 65.34 | 0.66 | 0.43 |
| Hex | AA | B7 | 25 | 7 | 0 | 50 | 1C | 41 | 42 | 2B |
| Octal | 252 | 267 | 45 | 7 | 0 | 120 | 34 | 101 | 102 | 53 |
| Binary | 10101010 | 10110111 | 100101 | 111 | 0 | 1010000 | 11100 | 1000001 | 1000010 | 101011 |
Color Harmonies of #AAB725
Complementary color
Monochromatic Colors of #AAB725
Black with #AAB725
Text Example
Text Example
White with #AAB725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB725; }
p { color: rgb(170,183,37); }
H1.HeaderClassName
{
color: #AAB725;
}
.AnyTagClassName
{
color: #AAB725;
}
</style>
background-color css
<style>
a { background-color: #AAB725; }
a { background-color: rgb(170,183,37); }
div.DivClassName
{
background-color: #AAB725;
}
.BgClassName
{
background-color: #AAB725;
}
</style>
border-color css
<style>
span { border-color: #AAB725; }
span { border-color: rgb(170,183,37); }
td.TdClassName
{
border-color: #AAB725;
}
.TagClassName
{
border-color: #AAB725;
}
</style>