Shades of Bahia #A8AF23
Tints of Bahia #A8AF23
RGB
CMYK
RGB Variations
Color information
#A8AF23 (or 0xA8AF23) is known color: Bahia. HEX triplet: A8, AF and 23. RGB value is (168,175,35). Sum of RGB (Red+Green+Blue) = 168+175+35=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 35 (14.06% from 255 or 9.26% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AF23 is #5750DC. Grayscale: #9D9D9D. Windows color (decimal): -5722333 or 2338728. OLE color: 2338728.
HSL color Cylindrical-coordinate representation of color #A8AF23: hue angle of 63º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A8AF23 is Cyan = 0.04, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 35 | - |
| CMYK | 0.04 | 0 | 0.8 | 0.31 |
| HSL | 63º | 0.67% | 0.41% | - |
| HSV(B) | 63º | 0.8% | 0.69% | - |
| XYZ | 31.78 | 39.11 | 7.46 | - |
| YUV | 156.95 | 59.18 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 35 | 0.04 | 0 | 0.8 | 0.31 | 63 | 0.67 | 0.41 |
| Hex | A8 | AF | 23 | 4 | 0 | 50 | 1F | 3F | 43 | 29 |
| Octal | 250 | 257 | 43 | 4 | 0 | 120 | 37 | 77 | 103 | 51 |
| Binary | 10101000 | 10101111 | 100011 | 100 | 0 | 1010000 | 11111 | 111111 | 1000011 | 101001 |
Color Harmonies of #A8AF23
Complementary color
Monochromatic Colors of #A8AF23
Black with #A8AF23
Text Example
Text Example
White with #A8AF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF23; }
p { color: rgb(168,175,35); }
H1.HeaderClassName
{
color: #A8AF23;
}
.AnyTagClassName
{
color: #A8AF23;
}
</style>
background-color css
<style>
a { background-color: #A8AF23; }
a { background-color: rgb(168,175,35); }
div.DivClassName
{
background-color: #A8AF23;
}
.BgClassName
{
background-color: #A8AF23;
}
</style>
border-color css
<style>
span { border-color: #A8AF23; }
span { border-color: rgb(168,175,35); }
td.TdClassName
{
border-color: #A8AF23;
}
.TagClassName
{
border-color: #A8AF23;
}
</style>