Shades of Bahia #AAB830
Tints of Bahia #AAB830
RGB
CMYK
RGB Variations
Color information
#AAB830 (or 0xAAB830) is known color: Bahia. HEX triplet: AA, B8 and 30. RGB value is (170,184,48). Sum of RGB (Red+Green+Blue) = 170+184+48=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 184 (72.27% from 255 or 45.77% from 402); Blue value is 48 (19.14% from 255 or 11.94% from 402); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB830 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB830 is #5547CF. Grayscale: #A4A4A4. Windows color (decimal): -5588944 or 3193002. OLE color: 3193002.
HSL color Cylindrical-coordinate representation of color #AAB830: hue angle of 66.18º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AAB830 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 48 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.28 |
| HSL | 66.18º | 0.59% | 0.45% | - |
| HSV(B) | 66.18º | 0.74% | 0.72% | - |
| XYZ | 34.25 | 43.04 | 9.3 | - |
| YUV | 164.31 | 62.36 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 48 | 0.08 | 0 | 0.74 | 0.28 | 66.18 | 0.59 | 0.45 |
| Hex | AA | B8 | 30 | 8 | 0 | 4A | 1C | 42 | 3B | 2D |
| Octal | 252 | 270 | 60 | 10 | 0 | 112 | 34 | 102 | 73 | 55 |
| Binary | 10101010 | 10111000 | 110000 | 1000 | 0 | 1001010 | 11100 | 1000010 | 111011 | 101101 |
Color Harmonies of #AAB830
Complementary color
Monochromatic Colors of #AAB830
Black with #AAB830
Text Example
Text Example
White with #AAB830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB830; }
p { color: rgb(170,184,48); }
H1.HeaderClassName
{
color: #AAB830;
}
.AnyTagClassName
{
color: #AAB830;
}
</style>
background-color css
<style>
a { background-color: #AAB830; }
a { background-color: rgb(170,184,48); }
div.DivClassName
{
background-color: #AAB830;
}
.BgClassName
{
background-color: #AAB830;
}
</style>
border-color css
<style>
span { border-color: #AAB830; }
span { border-color: rgb(170,184,48); }
td.TdClassName
{
border-color: #AAB830;
}
.TagClassName
{
border-color: #AAB830;
}
</style>