Shades of Bahia #AAB823
Tints of Bahia #AAB823
RGB
CMYK
RGB Variations
Color information
#AAB823 (or 0xAAB823) is known color: Bahia. HEX triplet: AA, B8 and 23. RGB value is (170,184,35). Sum of RGB (Red+Green+Blue) = 170+184+35=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 184 (72.27% from 255 or 47.30% from 389); Blue value is 35 (14.06% from 255 or 9.00% from 389); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB823 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB823 is #5547DC. Grayscale: #A3A3A3. Windows color (decimal): -5588957 or 2341034. OLE color: 2341034.
HSL color Cylindrical-coordinate representation of color #AAB823: hue angle of 65.64º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAB823 is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 35 | - |
| CMYK | 0.08 | 0 | 0.81 | 0.28 |
| HSL | 65.64º | 0.68% | 0.43% | - |
| HSV(B) | 65.64º | 0.81% | 0.72% | - |
| XYZ | 34.02 | 42.95 | 8.09 | - |
| YUV | 162.83 | 55.86 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 35 | 0.08 | 0 | 0.81 | 0.28 | 65.64 | 0.68 | 0.43 |
| Hex | AA | B8 | 23 | 8 | 0 | 51 | 1C | 42 | 44 | 2B |
| Octal | 252 | 270 | 43 | 10 | 0 | 121 | 34 | 102 | 104 | 53 |
| Binary | 10101010 | 10111000 | 100011 | 1000 | 0 | 1010001 | 11100 | 1000010 | 1000100 | 101011 |
Color Harmonies of #AAB823
Complementary color
Monochromatic Colors of #AAB823
Black with #AAB823
Text Example
Text Example
White with #AAB823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB823; }
p { color: rgb(170,184,35); }
H1.HeaderClassName
{
color: #AAB823;
}
.AnyTagClassName
{
color: #AAB823;
}
</style>
background-color css
<style>
a { background-color: #AAB823; }
a { background-color: rgb(170,184,35); }
div.DivClassName
{
background-color: #AAB823;
}
.BgClassName
{
background-color: #AAB823;
}
</style>
border-color css
<style>
span { border-color: #AAB823; }
span { border-color: rgb(170,184,35); }
td.TdClassName
{
border-color: #AAB823;
}
.TagClassName
{
border-color: #AAB823;
}
</style>