Shades of Bahia #A7AF2C
Tints of Bahia #A7AF2C
RGB
CMYK
RGB Variations
Color information
#A7AF2C (or 0xA7AF2C) is known color: Bahia. HEX triplet: A7, AF and 2C. RGB value is (167,175,44). Sum of RGB (Red+Green+Blue) = 167+175+44=386 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.26% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 44 (17.58% from 255 or 11.40% from 386); Max value from RGB is 175 - color contains mainly: green. Hex color #A7AF2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AF2C is #5850D3. Grayscale: #9E9E9E. Windows color (decimal): -5787860 or 2928551. OLE color: 2928551.
HSL color Cylindrical-coordinate representation of color #A7AF2C: hue angle of 63.66º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A7AF2C is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 175 | 44 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.31 |
| HSL | 63.66º | 0.6% | 0.43% | - |
| HSV(B) | 63.66º | 0.75% | 0.69% | - |
| XYZ | 31.72 | 39.06 | 8.25 | - |
| YUV | 157.67 | 63.85 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 175 | 44 | 0.05 | 0 | 0.75 | 0.31 | 63.66 | 0.6 | 0.43 |
| Hex | A7 | AF | 2C | 5 | 0 | 4B | 1F | 40 | 3C | 2B |
| Octal | 247 | 257 | 54 | 5 | 0 | 113 | 37 | 100 | 74 | 53 |
| Binary | 10100111 | 10101111 | 101100 | 101 | 0 | 1001011 | 11111 | 1000000 | 111100 | 101011 |
Color Harmonies of #A7AF2C
Complementary color
Monochromatic Colors of #A7AF2C
Black with #A7AF2C
Text Example
Text Example
White with #A7AF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AF2C; }
p { color: rgb(167,175,44); }
H1.HeaderClassName
{
color: #A7AF2C;
}
.AnyTagClassName
{
color: #A7AF2C;
}
</style>
background-color css
<style>
a { background-color: #A7AF2C; }
a { background-color: rgb(167,175,44); }
div.DivClassName
{
background-color: #A7AF2C;
}
.BgClassName
{
background-color: #A7AF2C;
}
</style>
border-color css
<style>
span { border-color: #A7AF2C; }
span { border-color: rgb(167,175,44); }
td.TdClassName
{
border-color: #A7AF2C;
}
.TagClassName
{
border-color: #A7AF2C;
}
</style>