Shades of Bahia #A3AE2E
Tints of Bahia #A3AE2E
RGB
CMYK
RGB Variations
Color information
#A3AE2E (or 0xA3AE2E) is known color: Bahia. HEX triplet: A3, AE and 2E. RGB value is (163,174,46). Sum of RGB (Red+Green+Blue) = 163+174+46=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 174 (68.36% from 255 or 45.43% from 383); Blue value is 46 (18.36% from 255 or 12.01% from 383); Max value from RGB is 174 - color contains mainly: green. Hex color #A3AE2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3AE2E is #5C51D1. Grayscale: #9C9C9C. Windows color (decimal): -6050258 or 3059363. OLE color: 3059363.
HSL color Cylindrical-coordinate representation of color #A3AE2E: hue angle of 65.16º 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 #A3AE2E is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 174 | 46 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.32 |
| HSL | 65.16º | 0.58% | 0.43% | - |
| HSV(B) | 65.16º | 0.74% | 0.68% | - |
| XYZ | 30.73 | 38.26 | 8.35 | - |
| YUV | 156.12 | 65.86 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 174 | 46 | 0.06 | 0 | 0.74 | 0.32 | 65.16 | 0.58 | 0.43 |
| Hex | A3 | AE | 2E | 6 | 0 | 4A | 20 | 41 | 3A | 2B |
| Octal | 243 | 256 | 56 | 6 | 0 | 112 | 40 | 101 | 72 | 53 |
| Binary | 10100011 | 10101110 | 101110 | 110 | 0 | 1001010 | 100000 | 1000001 | 111010 | 101011 |
Color Harmonies of #A3AE2E
Complementary color
Monochromatic Colors of #A3AE2E
Black with #A3AE2E
Text Example
Text Example
White with #A3AE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AE2E; }
p { color: rgb(163,174,46); }
H1.HeaderClassName
{
color: #A3AE2E;
}
.AnyTagClassName
{
color: #A3AE2E;
}
</style>
background-color css
<style>
a { background-color: #A3AE2E; }
a { background-color: rgb(163,174,46); }
div.DivClassName
{
background-color: #A3AE2E;
}
.BgClassName
{
background-color: #A3AE2E;
}
</style>
border-color css
<style>
span { border-color: #A3AE2E; }
span { border-color: rgb(163,174,46); }
td.TdClassName
{
border-color: #A3AE2E;
}
.TagClassName
{
border-color: #A3AE2E;
}
</style>