Shades of Bahia #A3AE31
Tints of Bahia #A3AE31
RGB
CMYK
RGB Variations
Color information
#A3AE31 (or 0xA3AE31) is known color: Bahia. HEX triplet: A3, AE and 31. RGB value is (163,174,49). Sum of RGB (Red+Green+Blue) = 163+174+49=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 174 (68.36% from 255 or 45.08% from 386); Blue value is 49 (19.53% from 255 or 12.69% from 386); Max value from RGB is 174 - color contains mainly: green. Hex color #A3AE31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3AE31 is #5C51CE. Grayscale: #9C9C9C. Windows color (decimal): -6050255 or 3255971. OLE color: 3255971.
HSL color Cylindrical-coordinate representation of color #A3AE31: hue angle of 65.28º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A3AE31 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 174 | 49 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.32 |
| HSL | 65.28º | 0.56% | 0.44% | - |
| HSV(B) | 65.28º | 0.72% | 0.68% | - |
| XYZ | 30.79 | 38.28 | 8.67 | - |
| YUV | 156.46 | 67.36 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 174 | 49 | 0.06 | 0 | 0.72 | 0.32 | 65.28 | 0.56 | 0.44 |
| Hex | A3 | AE | 31 | 6 | 0 | 48 | 20 | 41 | 38 | 2C |
| Octal | 243 | 256 | 61 | 6 | 0 | 110 | 40 | 101 | 70 | 54 |
| Binary | 10100011 | 10101110 | 110001 | 110 | 0 | 1001000 | 100000 | 1000001 | 111000 | 101100 |
Color Harmonies of #A3AE31
Complementary color
Monochromatic Colors of #A3AE31
Black with #A3AE31
Text Example
Text Example
White with #A3AE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AE31; }
p { color: rgb(163,174,49); }
H1.HeaderClassName
{
color: #A3AE31;
}
.AnyTagClassName
{
color: #A3AE31;
}
</style>
background-color css
<style>
a { background-color: #A3AE31; }
a { background-color: rgb(163,174,49); }
div.DivClassName
{
background-color: #A3AE31;
}
.BgClassName
{
background-color: #A3AE31;
}
</style>
border-color css
<style>
span { border-color: #A3AE31; }
span { border-color: rgb(163,174,49); }
td.TdClassName
{
border-color: #A3AE31;
}
.TagClassName
{
border-color: #A3AE31;
}
</style>