Shades of Bahia #AAB827
Tints of Bahia #AAB827
RGB
CMYK
RGB Variations
Color information
#AAB827 (or 0xAAB827) is known color: Bahia. HEX triplet: AA, B8 and 27. RGB value is (170,184,39). Sum of RGB (Red+Green+Blue) = 170+184+39=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 184 (72.27% from 255 or 46.82% from 393); Blue value is 39 (15.62% from 255 or 9.92% from 393); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB827 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB827 is #5547D8. Grayscale: #A3A3A3. Windows color (decimal): -5588953 or 2603178. OLE color: 2603178.
HSL color Cylindrical-coordinate representation of color #AAB827: hue angle of 65.79º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AAB827 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 39 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.28 |
| HSL | 65.79º | 0.65% | 0.44% | - |
| HSV(B) | 65.79º | 0.79% | 0.72% | - |
| XYZ | 34.08 | 42.97 | 8.42 | - |
| YUV | 163.28 | 57.86 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 39 | 0.08 | 0 | 0.79 | 0.28 | 65.79 | 0.65 | 0.44 |
| Hex | AA | B8 | 27 | 8 | 0 | 4F | 1C | 42 | 41 | 2C |
| Octal | 252 | 270 | 47 | 10 | 0 | 117 | 34 | 102 | 101 | 54 |
| Binary | 10101010 | 10111000 | 100111 | 1000 | 0 | 1001111 | 11100 | 1000010 | 1000001 | 101100 |
Color Harmonies of #AAB827
Complementary color
Monochromatic Colors of #AAB827
Black with #AAB827
Text Example
Text Example
White with #AAB827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB827; }
p { color: rgb(170,184,39); }
H1.HeaderClassName
{
color: #AAB827;
}
.AnyTagClassName
{
color: #AAB827;
}
</style>
background-color css
<style>
a { background-color: #AAB827; }
a { background-color: rgb(170,184,39); }
div.DivClassName
{
background-color: #AAB827;
}
.BgClassName
{
background-color: #AAB827;
}
</style>
border-color css
<style>
span { border-color: #AAB827; }
span { border-color: rgb(170,184,39); }
td.TdClassName
{
border-color: #AAB827;
}
.TagClassName
{
border-color: #AAB827;
}
</style>