Shades of Bahia #A6AD1A
Tints of Bahia #A6AD1A
RGB
CMYK
RGB Variations
Color information
#A6AD1A (or 0xA6AD1A) is known color: Bahia. HEX triplet: A6, AD and 1A. RGB value is (166,173,26). Sum of RGB (Red+Green+Blue) = 166+173+26=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 26 (10.55% from 255 or 7.12% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AD1A is #5952E5. Grayscale: #9A9A9A. Windows color (decimal): -5853926 or 1748390. OLE color: 1748390.
HSL color Cylindrical-coordinate representation of color #A6AD1A: hue angle of 62.86º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A6AD1A is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 173 | 26 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.32 |
| HSL | 62.86º | 0.74% | 0.39% | - |
| HSV(B) | 62.86º | 0.85% | 0.68% | - |
| XYZ | 30.86 | 38.07 | 6.7 | - |
| YUV | 154.15 | 55.68 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 173 | 26 | 0.04 | 0 | 0.85 | 0.32 | 62.86 | 0.74 | 0.39 |
| Hex | A6 | AD | 1A | 4 | 0 | 55 | 20 | 3F | 4A | 27 |
| Octal | 246 | 255 | 32 | 4 | 0 | 125 | 40 | 77 | 112 | 47 |
| Binary | 10100110 | 10101101 | 11010 | 100 | 0 | 1010101 | 100000 | 111111 | 1001010 | 100111 |
Color Harmonies of #A6AD1A
Complementary color
Monochromatic Colors of #A6AD1A
Black with #A6AD1A
Text Example
Text Example
White with #A6AD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AD1A; }
p { color: rgb(166,173,26); }
H1.HeaderClassName
{
color: #A6AD1A;
}
.AnyTagClassName
{
color: #A6AD1A;
}
</style>
background-color css
<style>
a { background-color: #A6AD1A; }
a { background-color: rgb(166,173,26); }
div.DivClassName
{
background-color: #A6AD1A;
}
.BgClassName
{
background-color: #A6AD1A;
}
</style>
border-color css
<style>
span { border-color: #A6AD1A; }
span { border-color: rgb(166,173,26); }
td.TdClassName
{
border-color: #A6AD1A;
}
.TagClassName
{
border-color: #A6AD1A;
}
</style>