Shades of Bahia #A5AF2C
Tints of Bahia #A5AF2C
RGB
CMYK
RGB Variations
Color information
#A5AF2C (or 0xA5AF2C) is known color: Bahia. HEX triplet: A5, AF and 2C. RGB value is (165,175,44). Sum of RGB (Red+Green+Blue) = 165+175+44=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 44 (17.58% from 255 or 11.46% from 384); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AF2C is #5A50D3. Grayscale: #9D9D9D. Windows color (decimal): -5918932 or 2928549. OLE color: 2928549.
HSL color Cylindrical-coordinate representation of color #A5AF2C: hue angle of 64.58º 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 #A5AF2C is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 175 | 44 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.31 |
| HSL | 64.58º | 0.6% | 0.43% | - |
| HSV(B) | 64.58º | 0.75% | 0.69% | - |
| XYZ | 31.3 | 38.84 | 8.23 | - |
| YUV | 157.08 | 64.19 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 175 | 44 | 0.06 | 0 | 0.75 | 0.31 | 64.58 | 0.6 | 0.43 |
| Hex | A5 | AF | 2C | 6 | 0 | 4B | 1F | 41 | 3C | 2B |
| Octal | 245 | 257 | 54 | 6 | 0 | 113 | 37 | 101 | 74 | 53 |
| Binary | 10100101 | 10101111 | 101100 | 110 | 0 | 1001011 | 11111 | 1000001 | 111100 | 101011 |
Color Harmonies of #A5AF2C
Complementary color
Monochromatic Colors of #A5AF2C
Black with #A5AF2C
Text Example
Text Example
White with #A5AF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AF2C; }
p { color: rgb(165,175,44); }
H1.HeaderClassName
{
color: #A5AF2C;
}
.AnyTagClassName
{
color: #A5AF2C;
}
</style>
background-color css
<style>
a { background-color: #A5AF2C; }
a { background-color: rgb(165,175,44); }
div.DivClassName
{
background-color: #A5AF2C;
}
.BgClassName
{
background-color: #A5AF2C;
}
</style>
border-color css
<style>
span { border-color: #A5AF2C; }
span { border-color: rgb(165,175,44); }
td.TdClassName
{
border-color: #A5AF2C;
}
.TagClassName
{
border-color: #A5AF2C;
}
</style>