Shades of Bahia #AAAF16
Tints of Bahia #AAAF16
RGB
CMYK
RGB Variations
Color information
#AAAF16 (or 0xAAAF16) is known color: Bahia. HEX triplet: AA, AF and 16. RGB value is (170,175,22). Sum of RGB (Red+Green+Blue) = 170+175+22=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAF16 is #5550E9. Grayscale: #9C9C9C. Windows color (decimal): -5591274 or 1486762. OLE color: 1486762.
HSL color Cylindrical-coordinate representation of color #AAAF16: hue angle of 61.96º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AAAF16 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 175 | 22 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.31 |
| HSL | 61.96º | 0.78% | 0.39% | - |
| HSV(B) | 61.96º | 0.87% | 0.69% | - |
| XYZ | 32.05 | 39.26 | 6.65 | - |
| YUV | 156.06 | 52.34 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 175 | 22 | 0.03 | 0 | 0.87 | 0.31 | 61.96 | 0.78 | 0.39 |
| Hex | AA | AF | 16 | 3 | 0 | 57 | 1F | 3E | 4E | 27 |
| Octal | 252 | 257 | 26 | 3 | 0 | 127 | 37 | 76 | 116 | 47 |
| Binary | 10101010 | 10101111 | 10110 | 11 | 0 | 1010111 | 11111 | 111110 | 1001110 | 100111 |
Color Harmonies of #AAAF16
Complementary color
Monochromatic Colors of #AAAF16
Black with #AAAF16
Text Example
Text Example
White with #AAAF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAF16; }
p { color: rgb(170,175,22); }
H1.HeaderClassName
{
color: #AAAF16;
}
.AnyTagClassName
{
color: #AAAF16;
}
</style>
background-color css
<style>
a { background-color: #AAAF16; }
a { background-color: rgb(170,175,22); }
div.DivClassName
{
background-color: #AAAF16;
}
.BgClassName
{
background-color: #AAAF16;
}
</style>
border-color css
<style>
span { border-color: #AAAF16; }
span { border-color: rgb(170,175,22); }
td.TdClassName
{
border-color: #AAAF16;
}
.TagClassName
{
border-color: #AAAF16;
}
</style>