Shades of Bahia #A1AD28
Tints of Bahia #A1AD28
RGB
CMYK
RGB Variations
Color information
#A1AD28 (or 0xA1AD28) is known color: Bahia. HEX triplet: A1, AD and 28. RGB value is (161,173,40). Sum of RGB (Red+Green+Blue) = 161+173+40=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 40 (16.02% from 255 or 10.70% from 374); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AD28 is #5E52D7. Grayscale: #9A9A9A. Windows color (decimal): -6181592 or 2665889. OLE color: 2665889.
HSL color Cylindrical-coordinate representation of color #A1AD28: hue angle of 65.41º 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 #A1AD28 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 173 | 40 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.32 |
| HSL | 65.41º | 0.62% | 0.42% | - |
| HSV(B) | 65.41º | 0.77% | 0.68% | - |
| XYZ | 30.02 | 37.62 | 7.69 | - |
| YUV | 154.25 | 63.52 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 173 | 40 | 0.07 | 0 | 0.77 | 0.32 | 65.41 | 0.62 | 0.42 |
| Hex | A1 | AD | 28 | 7 | 0 | 4D | 20 | 41 | 3E | 2A |
| Octal | 241 | 255 | 50 | 7 | 0 | 115 | 40 | 101 | 76 | 52 |
| Binary | 10100001 | 10101101 | 101000 | 111 | 0 | 1001101 | 100000 | 1000001 | 111110 | 101010 |
Color Harmonies of #A1AD28
Complementary color
Monochromatic Colors of #A1AD28
Black with #A1AD28
Text Example
Text Example
White with #A1AD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AD28; }
p { color: rgb(161,173,40); }
H1.HeaderClassName
{
color: #A1AD28;
}
.AnyTagClassName
{
color: #A1AD28;
}
</style>
background-color css
<style>
a { background-color: #A1AD28; }
a { background-color: rgb(161,173,40); }
div.DivClassName
{
background-color: #A1AD28;
}
.BgClassName
{
background-color: #A1AD28;
}
</style>
border-color css
<style>
span { border-color: #A1AD28; }
span { border-color: rgb(161,173,40); }
td.TdClassName
{
border-color: #A1AD28;
}
.TagClassName
{
border-color: #A1AD28;
}
</style>