Shades of Bahia #AAB317
Tints of Bahia #AAB317
RGB
CMYK
RGB Variations
Color information
#AAB317 (or 0xAAB317) is known color: Bahia. HEX triplet: AA, B3 and 17. RGB value is (170,179,23). Sum of RGB (Red+Green+Blue) = 170+179+23=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 179 (70.31% from 255 or 48.12% from 372); Blue value is 23 (9.38% from 255 or 6.18% from 372); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB317 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB317 is #554CE8. Grayscale: #9F9F9F. Windows color (decimal): -5590249 or 1553322. OLE color: 1553322.
HSL color Cylindrical-coordinate representation of color #AAB317: hue angle of 63.46º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AAB317 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 23 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.30 |
| HSL | 63.46º | 0.77% | 0.4% | - |
| HSV(B) | 63.46º | 0.87% | 0.7% | - |
| XYZ | 32.85 | 40.85 | 6.96 | - |
| YUV | 158.53 | 51.52 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 23 | 0.05 | 0 | 0.87 | 0.30 | 63.46 | 0.77 | 0.4 |
| Hex | AA | B3 | 17 | 5 | 0 | 57 | 1E | 3F | 4D | 28 |
| Octal | 252 | 263 | 27 | 5 | 0 | 127 | 36 | 77 | 115 | 50 |
| Binary | 10101010 | 10110011 | 10111 | 101 | 0 | 1010111 | 11110 | 111111 | 1001101 | 101000 |
Color Harmonies of #AAB317
Complementary color
Monochromatic Colors of #AAB317
Black with #AAB317
Text Example
Text Example
White with #AAB317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB317; }
p { color: rgb(170,179,23); }
H1.HeaderClassName
{
color: #AAB317;
}
.AnyTagClassName
{
color: #AAB317;
}
</style>
background-color css
<style>
a { background-color: #AAB317; }
a { background-color: rgb(170,179,23); }
div.DivClassName
{
background-color: #AAB317;
}
.BgClassName
{
background-color: #AAB317;
}
</style>
border-color css
<style>
span { border-color: #AAB317; }
span { border-color: rgb(170,179,23); }
td.TdClassName
{
border-color: #AAB317;
}
.TagClassName
{
border-color: #AAB317;
}
</style>