Shades of Bahia #A3AD28
Tints of Bahia #A3AD28
RGB
CMYK
RGB Variations
Color information
#A3AD28 (or 0xA3AD28) is known color: Bahia. HEX triplet: A3, AD and 28. RGB value is (163,173,40). Sum of RGB (Red+Green+Blue) = 163+173+40=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 40 (16.02% from 255 or 10.64% from 376); Max value from RGB is 173 - color contains mainly: green. Hex color #A3AD28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3AD28 is #5C52D7. Grayscale: #9B9B9B. Windows color (decimal): -6050520 or 2665891. OLE color: 2665891.
HSL color Cylindrical-coordinate representation of color #A3AD28: hue angle of 64.51º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A3AD28 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 173 | 40 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.32 |
| HSL | 64.51º | 0.62% | 0.42% | - |
| HSV(B) | 64.51º | 0.77% | 0.68% | - |
| XYZ | 30.43 | 37.83 | 7.7 | - |
| YUV | 154.85 | 63.19 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 173 | 40 | 0.06 | 0 | 0.77 | 0.32 | 64.51 | 0.62 | 0.42 |
| Hex | A3 | AD | 28 | 6 | 0 | 4D | 20 | 41 | 3E | 2A |
| Octal | 243 | 255 | 50 | 6 | 0 | 115 | 40 | 101 | 76 | 52 |
| Binary | 10100011 | 10101101 | 101000 | 110 | 0 | 1001101 | 100000 | 1000001 | 111110 | 101010 |
Color Harmonies of #A3AD28
Complementary color
Monochromatic Colors of #A3AD28
Black with #A3AD28
Text Example
Text Example
White with #A3AD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AD28; }
p { color: rgb(163,173,40); }
H1.HeaderClassName
{
color: #A3AD28;
}
.AnyTagClassName
{
color: #A3AD28;
}
</style>
background-color css
<style>
a { background-color: #A3AD28; }
a { background-color: rgb(163,173,40); }
div.DivClassName
{
background-color: #A3AD28;
}
.BgClassName
{
background-color: #A3AD28;
}
</style>
border-color css
<style>
span { border-color: #A3AD28; }
span { border-color: rgb(163,173,40); }
td.TdClassName
{
border-color: #A3AD28;
}
.TagClassName
{
border-color: #A3AD28;
}
</style>