Shades of Bahia #A6AF20
Tints of Bahia #A6AF20
RGB
CMYK
RGB Variations
Color information
#A6AF20 (or 0xA6AF20) is known color: Bahia. HEX triplet: A6, AF and 20. RGB value is (166,175,32). Sum of RGB (Red+Green+Blue) = 166+175+32=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 32 (12.89% from 255 or 8.58% from 373); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AF20 is #5950DF. Grayscale: #9C9C9C. Windows color (decimal): -5853408 or 2142118. OLE color: 2142118.
HSL color Cylindrical-coordinate representation of color #A6AF20: hue angle of 63.78º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A6AF20 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 175 | 32 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.31 |
| HSL | 63.78º | 0.69% | 0.41% | - |
| HSV(B) | 63.78º | 0.82% | 0.69% | - |
| XYZ | 31.32 | 38.87 | 7.22 | - |
| YUV | 156.01 | 58.02 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 175 | 32 | 0.05 | 0 | 0.82 | 0.31 | 63.78 | 0.69 | 0.41 |
| Hex | A6 | AF | 20 | 5 | 0 | 52 | 1F | 40 | 45 | 29 |
| Octal | 246 | 257 | 40 | 5 | 0 | 122 | 37 | 100 | 105 | 51 |
| Binary | 10100110 | 10101111 | 100000 | 101 | 0 | 1010010 | 11111 | 1000000 | 1000101 | 101001 |
Color Harmonies of #A6AF20
Complementary color
Monochromatic Colors of #A6AF20
Black with #A6AF20
Text Example
Text Example
White with #A6AF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AF20; }
p { color: rgb(166,175,32); }
H1.HeaderClassName
{
color: #A6AF20;
}
.AnyTagClassName
{
color: #A6AF20;
}
</style>
background-color css
<style>
a { background-color: #A6AF20; }
a { background-color: rgb(166,175,32); }
div.DivClassName
{
background-color: #A6AF20;
}
.BgClassName
{
background-color: #A6AF20;
}
</style>
border-color css
<style>
span { border-color: #A6AF20; }
span { border-color: rgb(166,175,32); }
td.TdClassName
{
border-color: #A6AF20;
}
.TagClassName
{
border-color: #A6AF20;
}
</style>