Shades of Bahia #A8AE26
Tints of Bahia #A8AE26
RGB
CMYK
RGB Variations
Color information
#A8AE26 (or 0xA8AE26) is known color: Bahia. HEX triplet: A8, AE and 26. RGB value is (168,174,38). Sum of RGB (Red+Green+Blue) = 168+174+38=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 174 (68.36% from 255 or 45.79% from 380); Blue value is 38 (15.23% from 255 or 10% from 380); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AE26 is #5751D9. Grayscale: #9D9D9D. Windows color (decimal): -5722586 or 2535080. OLE color: 2535080.
HSL color Cylindrical-coordinate representation of color #A8AE26: hue angle of 62.65º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A8AE26 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 174 | 38 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.32 |
| HSL | 62.65º | 0.64% | 0.42% | - |
| HSV(B) | 62.65º | 0.78% | 0.68% | - |
| XYZ | 31.63 | 38.74 | 7.64 | - |
| YUV | 156.7 | 61.01 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 174 | 38 | 0.03 | 0 | 0.78 | 0.32 | 62.65 | 0.64 | 0.42 |
| Hex | A8 | AE | 26 | 3 | 0 | 4E | 20 | 3F | 40 | 2A |
| Octal | 250 | 256 | 46 | 3 | 0 | 116 | 40 | 77 | 100 | 52 |
| Binary | 10101000 | 10101110 | 100110 | 11 | 0 | 1001110 | 100000 | 111111 | 1000000 | 101010 |
Color Harmonies of #A8AE26
Complementary color
Monochromatic Colors of #A8AE26
Black with #A8AE26
Text Example
Text Example
White with #A8AE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AE26; }
p { color: rgb(168,174,38); }
H1.HeaderClassName
{
color: #A8AE26;
}
.AnyTagClassName
{
color: #A8AE26;
}
</style>
background-color css
<style>
a { background-color: #A8AE26; }
a { background-color: rgb(168,174,38); }
div.DivClassName
{
background-color: #A8AE26;
}
.BgClassName
{
background-color: #A8AE26;
}
</style>
border-color css
<style>
span { border-color: #A8AE26; }
span { border-color: rgb(168,174,38); }
td.TdClassName
{
border-color: #A8AE26;
}
.TagClassName
{
border-color: #A8AE26;
}
</style>