Shades of Bahia #A5AF32
Tints of Bahia #A5AF32
RGB
CMYK
RGB Variations
Color information
#A5AF32 (or 0xA5AF32) is known color: Bahia. HEX triplet: A5, AF and 32. RGB value is (165,175,50). Sum of RGB (Red+Green+Blue) = 165+175+50=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 50 (19.92% from 255 or 12.82% from 390); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AF32 is #5A50CD. Grayscale: #9E9E9E. Windows color (decimal): -5918926 or 3321765. OLE color: 3321765.
HSL color Cylindrical-coordinate representation of color #A5AF32: hue angle of 64.8º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A5AF32 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 175 | 50 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.31 |
| HSL | 64.8º | 0.56% | 0.44% | - |
| HSV(B) | 64.8º | 0.71% | 0.69% | - |
| XYZ | 31.42 | 38.89 | 8.87 | - |
| YUV | 157.76 | 67.19 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 175 | 50 | 0.06 | 0 | 0.71 | 0.31 | 64.8 | 0.56 | 0.44 |
| Hex | A5 | AF | 32 | 6 | 0 | 47 | 1F | 41 | 38 | 2C |
| Octal | 245 | 257 | 62 | 6 | 0 | 107 | 37 | 101 | 70 | 54 |
| Binary | 10100101 | 10101111 | 110010 | 110 | 0 | 1000111 | 11111 | 1000001 | 111000 | 101100 |
Color Harmonies of #A5AF32
Complementary color
Monochromatic Colors of #A5AF32
Black with #A5AF32
Text Example
Text Example
White with #A5AF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AF32; }
p { color: rgb(165,175,50); }
H1.HeaderClassName
{
color: #A5AF32;
}
.AnyTagClassName
{
color: #A5AF32;
}
</style>
background-color css
<style>
a { background-color: #A5AF32; }
a { background-color: rgb(165,175,50); }
div.DivClassName
{
background-color: #A5AF32;
}
.BgClassName
{
background-color: #A5AF32;
}
</style>
border-color css
<style>
span { border-color: #A5AF32; }
span { border-color: rgb(165,175,50); }
td.TdClassName
{
border-color: #A5AF32;
}
.TagClassName
{
border-color: #A5AF32;
}
</style>