Shades of Bahia #AAB426
Tints of Bahia #AAB426
RGB
CMYK
RGB Variations
Color information
#AAB426 (or 0xAAB426) is known color: Bahia. HEX triplet: AA, B4 and 26. RGB value is (170,180,38). Sum of RGB (Red+Green+Blue) = 170+180+38=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 180 (70.70% from 255 or 46.39% from 388); Blue value is 38 (15.23% from 255 or 9.79% from 388); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB426 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB426 is #554BD9. Grayscale: #A1A1A1. Windows color (decimal): -5589978 or 2536618. OLE color: 2536618.
HSL color Cylindrical-coordinate representation of color #AAB426: hue angle of 64.23º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AAB426 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 38 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.29 |
| HSL | 64.23º | 0.65% | 0.43% | - |
| HSV(B) | 64.23º | 0.79% | 0.71% | - |
| XYZ | 33.25 | 41.33 | 8.06 | - |
| YUV | 160.82 | 58.69 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 38 | 0.06 | 0 | 0.79 | 0.29 | 64.23 | 0.65 | 0.43 |
| Hex | AA | B4 | 26 | 6 | 0 | 4F | 1D | 40 | 41 | 2B |
| Octal | 252 | 264 | 46 | 6 | 0 | 117 | 35 | 100 | 101 | 53 |
| Binary | 10101010 | 10110100 | 100110 | 110 | 0 | 1001111 | 11101 | 1000000 | 1000001 | 101011 |
Color Harmonies of #AAB426
Complementary color
Monochromatic Colors of #AAB426
Black with #AAB426
Text Example
Text Example
White with #AAB426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB426; }
p { color: rgb(170,180,38); }
H1.HeaderClassName
{
color: #AAB426;
}
.AnyTagClassName
{
color: #AAB426;
}
</style>
background-color css
<style>
a { background-color: #AAB426; }
a { background-color: rgb(170,180,38); }
div.DivClassName
{
background-color: #AAB426;
}
.BgClassName
{
background-color: #AAB426;
}
</style>
border-color css
<style>
span { border-color: #AAB426; }
span { border-color: rgb(170,180,38); }
td.TdClassName
{
border-color: #AAB426;
}
.TagClassName
{
border-color: #AAB426;
}
</style>