Shades of Bahia #AFB731
Tints of Bahia #AFB731
RGB
CMYK
RGB Variations
Color information
#AFB731 (or 0xAFB731) is known color: Bahia. HEX triplet: AF, B7 and 31. RGB value is (175,183,49). Sum of RGB (Red+Green+Blue) = 175+183+49=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 183 (71.88% from 255 or 44.96% from 407); Blue value is 49 (19.53% from 255 or 12.04% from 407); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB731 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB731 is #5048CE. Grayscale: #A5A5A5. Windows color (decimal): -5261519 or 3258287. OLE color: 3258287.
HSL color Cylindrical-coordinate representation of color #AFB731: hue angle of 63.58º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFB731 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 183 | 49 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.28 |
| HSL | 63.58º | 0.58% | 0.45% | - |
| HSV(B) | 63.58º | 0.73% | 0.72% | - |
| XYZ | 35.17 | 43.2 | 9.39 | - |
| YUV | 165.33 | 62.35 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 183 | 49 | 0.04 | 0 | 0.73 | 0.28 | 63.58 | 0.58 | 0.45 |
| Hex | AF | B7 | 31 | 4 | 0 | 49 | 1C | 40 | 3A | 2D |
| Octal | 257 | 267 | 61 | 4 | 0 | 111 | 34 | 100 | 72 | 55 |
| Binary | 10101111 | 10110111 | 110001 | 100 | 0 | 1001001 | 11100 | 1000000 | 111010 | 101101 |
Color Harmonies of #AFB731
Complementary color
Monochromatic Colors of #AFB731
Black with #AFB731
Text Example
Text Example
White with #AFB731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB731; }
p { color: rgb(175,183,49); }
H1.HeaderClassName
{
color: #AFB731;
}
.AnyTagClassName
{
color: #AFB731;
}
</style>
background-color css
<style>
a { background-color: #AFB731; }
a { background-color: rgb(175,183,49); }
div.DivClassName
{
background-color: #AFB731;
}
.BgClassName
{
background-color: #AFB731;
}
</style>
border-color css
<style>
span { border-color: #AFB731; }
span { border-color: rgb(175,183,49); }
td.TdClassName
{
border-color: #AFB731;
}
.TagClassName
{
border-color: #AFB731;
}
</style>