Shades of Bahia #A3AE25
Tints of Bahia #A3AE25
RGB
CMYK
RGB Variations
Color information
#A3AE25 (or 0xA3AE25) is known color: Bahia. HEX triplet: A3, AE and 25. RGB value is (163,174,37). Sum of RGB (Red+Green+Blue) = 163+174+37=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 174 (68.36% from 255 or 46.52% from 374); Blue value is 37 (14.84% from 255 or 9.89% from 374); Max value from RGB is 174 - color contains mainly: green. Hex color #A3AE25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3AE25 is #5C51DA. Grayscale: #9B9B9B. Windows color (decimal): -6050267 or 2469539. OLE color: 2469539.
HSL color Cylindrical-coordinate representation of color #A3AE25: hue angle of 64.82º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A3AE25 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 174 | 37 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.32 |
| HSL | 64.82º | 0.65% | 0.41% | - |
| HSV(B) | 64.82º | 0.79% | 0.68% | - |
| XYZ | 30.57 | 38.19 | 7.51 | - |
| YUV | 155.09 | 61.36 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 174 | 37 | 0.06 | 0 | 0.79 | 0.32 | 64.82 | 0.65 | 0.41 |
| Hex | A3 | AE | 25 | 6 | 0 | 4F | 20 | 41 | 41 | 29 |
| Octal | 243 | 256 | 45 | 6 | 0 | 117 | 40 | 101 | 101 | 51 |
| Binary | 10100011 | 10101110 | 100101 | 110 | 0 | 1001111 | 100000 | 1000001 | 1000001 | 101001 |
Color Harmonies of #A3AE25
Complementary color
Monochromatic Colors of #A3AE25
Black with #A3AE25
Text Example
Text Example
White with #A3AE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AE25; }
p { color: rgb(163,174,37); }
H1.HeaderClassName
{
color: #A3AE25;
}
.AnyTagClassName
{
color: #A3AE25;
}
</style>
background-color css
<style>
a { background-color: #A3AE25; }
a { background-color: rgb(163,174,37); }
div.DivClassName
{
background-color: #A3AE25;
}
.BgClassName
{
background-color: #A3AE25;
}
</style>
border-color css
<style>
span { border-color: #A3AE25; }
span { border-color: rgb(163,174,37); }
td.TdClassName
{
border-color: #A3AE25;
}
.TagClassName
{
border-color: #A3AE25;
}
</style>