Shades of Bahia #A3AD1B
Tints of Bahia #A3AD1B
RGB
CMYK
RGB Variations
Color information
#A3AD1B (or 0xA3AD1B) is known color: Bahia. HEX triplet: A3, AD and 1B. RGB value is (163,173,27). Sum of RGB (Red+Green+Blue) = 163+173+27=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 173 (67.97% from 255 or 47.66% from 363); Blue value is 27 (10.94% from 255 or 7.44% from 363); Max value from RGB is 173 - color contains mainly: green. Hex color #A3AD1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3AD1B is #5C52E4. Grayscale: #999999. Windows color (decimal): -6050533 or 1813923. OLE color: 1813923.
HSL color Cylindrical-coordinate representation of color #A3AD1B: hue angle of 64.11º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A3AD1B is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 173 | 27 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.32 |
| HSL | 64.11º | 0.73% | 0.39% | - |
| HSV(B) | 64.11º | 0.84% | 0.68% | - |
| XYZ | 30.25 | 37.75 | 6.73 | - |
| YUV | 153.37 | 56.69 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 173 | 27 | 0.06 | 0 | 0.84 | 0.32 | 64.11 | 0.73 | 0.39 |
| Hex | A3 | AD | 1B | 6 | 0 | 54 | 20 | 40 | 49 | 27 |
| Octal | 243 | 255 | 33 | 6 | 0 | 124 | 40 | 100 | 111 | 47 |
| Binary | 10100011 | 10101101 | 11011 | 110 | 0 | 1010100 | 100000 | 1000000 | 1001001 | 100111 |
Color Harmonies of #A3AD1B
Complementary color
Monochromatic Colors of #A3AD1B
Black with #A3AD1B
Text Example
Text Example
White with #A3AD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AD1B; }
p { color: rgb(163,173,27); }
H1.HeaderClassName
{
color: #A3AD1B;
}
.AnyTagClassName
{
color: #A3AD1B;
}
</style>
background-color css
<style>
a { background-color: #A3AD1B; }
a { background-color: rgb(163,173,27); }
div.DivClassName
{
background-color: #A3AD1B;
}
.BgClassName
{
background-color: #A3AD1B;
}
</style>
border-color css
<style>
span { border-color: #A3AD1B; }
span { border-color: rgb(163,173,27); }
td.TdClassName
{
border-color: #A3AD1B;
}
.TagClassName
{
border-color: #A3AD1B;
}
</style>