Shades of Bahia #A3AE20
Tints of Bahia #A3AE20
RGB
CMYK
RGB Variations
Color information
#A3AE20 (or 0xA3AE20) is known color: Bahia. HEX triplet: A3, AE and 20. RGB value is (163,174,32). Sum of RGB (Red+Green+Blue) = 163+174+32=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 174 (68.36% from 255 or 47.15% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 174 - color contains mainly: green. Hex color #A3AE20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3AE20 is #5C51DF. Grayscale: #9B9B9B. Windows color (decimal): -6050272 or 2141859. OLE color: 2141859.
HSL color Cylindrical-coordinate representation of color #A3AE20: hue angle of 64.65º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A3AE20 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 174 | 32 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.32 |
| HSL | 64.65º | 0.69% | 0.4% | - |
| HSV(B) | 64.65º | 0.82% | 0.68% | - |
| XYZ | 30.5 | 38.16 | 7.13 | - |
| YUV | 154.52 | 58.86 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 174 | 32 | 0.06 | 0 | 0.82 | 0.32 | 64.65 | 0.69 | 0.4 |
| Hex | A3 | AE | 20 | 6 | 0 | 52 | 20 | 41 | 45 | 28 |
| Octal | 243 | 256 | 40 | 6 | 0 | 122 | 40 | 101 | 105 | 50 |
| Binary | 10100011 | 10101110 | 100000 | 110 | 0 | 1010010 | 100000 | 1000001 | 1000101 | 101000 |
Color Harmonies of #A3AE20
Complementary color
Monochromatic Colors of #A3AE20
Black with #A3AE20
Text Example
Text Example
White with #A3AE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AE20; }
p { color: rgb(163,174,32); }
H1.HeaderClassName
{
color: #A3AE20;
}
.AnyTagClassName
{
color: #A3AE20;
}
</style>
background-color css
<style>
a { background-color: #A3AE20; }
a { background-color: rgb(163,174,32); }
div.DivClassName
{
background-color: #A3AE20;
}
.BgClassName
{
background-color: #A3AE20;
}
</style>
border-color css
<style>
span { border-color: #A3AE20; }
span { border-color: rgb(163,174,32); }
td.TdClassName
{
border-color: #A3AE20;
}
.TagClassName
{
border-color: #A3AE20;
}
</style>