Shades of Bahia #A5AE2E
Tints of Bahia #A5AE2E
RGB
CMYK
RGB Variations
Color information
#A5AE2E (or 0xA5AE2E) is known color: Bahia. HEX triplet: A5, AE and 2E. RGB value is (165,174,46). Sum of RGB (Red+Green+Blue) = 165+174+46=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 174 (68.36% from 255 or 45.19% from 385); Blue value is 46 (18.36% from 255 or 11.95% from 385); Max value from RGB is 174 - color contains mainly: green. Hex color #A5AE2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AE2E is #5A51D1. Grayscale: #9D9D9D. Windows color (decimal): -5919186 or 3059365. OLE color: 3059365.
HSL color Cylindrical-coordinate representation of color #A5AE2E: hue angle of 64.22º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A5AE2E is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 174 | 46 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.32 |
| HSL | 64.22º | 0.58% | 0.43% | - |
| HSV(B) | 64.22º | 0.74% | 0.68% | - |
| XYZ | 31.15 | 38.47 | 8.37 | - |
| YUV | 156.72 | 65.52 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 174 | 46 | 0.05 | 0 | 0.74 | 0.32 | 64.22 | 0.58 | 0.43 |
| Hex | A5 | AE | 2E | 5 | 0 | 4A | 20 | 40 | 3A | 2B |
| Octal | 245 | 256 | 56 | 5 | 0 | 112 | 40 | 100 | 72 | 53 |
| Binary | 10100101 | 10101110 | 101110 | 101 | 0 | 1001010 | 100000 | 1000000 | 111010 | 101011 |
Color Harmonies of #A5AE2E
Complementary color
Monochromatic Colors of #A5AE2E
Black with #A5AE2E
Text Example
Text Example
White with #A5AE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AE2E; }
p { color: rgb(165,174,46); }
H1.HeaderClassName
{
color: #A5AE2E;
}
.AnyTagClassName
{
color: #A5AE2E;
}
</style>
background-color css
<style>
a { background-color: #A5AE2E; }
a { background-color: rgb(165,174,46); }
div.DivClassName
{
background-color: #A5AE2E;
}
.BgClassName
{
background-color: #A5AE2E;
}
</style>
border-color css
<style>
span { border-color: #A5AE2E; }
span { border-color: rgb(165,174,46); }
td.TdClassName
{
border-color: #A5AE2E;
}
.TagClassName
{
border-color: #A5AE2E;
}
</style>