Shades of Bahia #A5AF28
Tints of Bahia #A5AF28
RGB
CMYK
RGB Variations
Color information
#A5AF28 (or 0xA5AF28) is known color: Bahia. HEX triplet: A5, AF and 28. RGB value is (165,175,40). Sum of RGB (Red+Green+Blue) = 165+175+40=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 40 (16.02% from 255 or 10.53% from 380); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AF28 is #5A50D7. Grayscale: #9D9D9D. Windows color (decimal): -5918936 or 2666405. OLE color: 2666405.
HSL color Cylindrical-coordinate representation of color #A5AF28: hue angle of 64.44º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A5AF28 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 175 | 40 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.31 |
| HSL | 64.44º | 0.63% | 0.42% | - |
| HSV(B) | 64.44º | 0.77% | 0.69% | - |
| XYZ | 31.23 | 38.81 | 7.85 | - |
| YUV | 156.62 | 62.19 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 175 | 40 | 0.06 | 0 | 0.77 | 0.31 | 64.44 | 0.63 | 0.42 |
| Hex | A5 | AF | 28 | 6 | 0 | 4D | 1F | 40 | 3F | 2A |
| Octal | 245 | 257 | 50 | 6 | 0 | 115 | 37 | 100 | 77 | 52 |
| Binary | 10100101 | 10101111 | 101000 | 110 | 0 | 1001101 | 11111 | 1000000 | 111111 | 101010 |
Color Harmonies of #A5AF28
Complementary color
Monochromatic Colors of #A5AF28
Black with #A5AF28
Text Example
Text Example
White with #A5AF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AF28; }
p { color: rgb(165,175,40); }
H1.HeaderClassName
{
color: #A5AF28;
}
.AnyTagClassName
{
color: #A5AF28;
}
</style>
background-color css
<style>
a { background-color: #A5AF28; }
a { background-color: rgb(165,175,40); }
div.DivClassName
{
background-color: #A5AF28;
}
.BgClassName
{
background-color: #A5AF28;
}
</style>
border-color css
<style>
span { border-color: #A5AF28; }
span { border-color: rgb(165,175,40); }
td.TdClassName
{
border-color: #A5AF28;
}
.TagClassName
{
border-color: #A5AF28;
}
</style>