Shades of Bahia #A3AD32
Tints of Bahia #A3AD32
RGB
CMYK
RGB Variations
Color information
#A3AD32 (or 0xA3AD32) is known color: Bahia. HEX triplet: A3, AD and 32. RGB value is (163,173,50). Sum of RGB (Red+Green+Blue) = 163+173+50=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 173 - color contains mainly: green. Hex color #A3AD32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3AD32 is #5C52CD. Grayscale: #9C9C9C. Windows color (decimal): -6050510 or 3321251. OLE color: 3321251.
HSL color Cylindrical-coordinate representation of color #A3AD32: hue angle of 64.88º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A3AD32 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 173 | 50 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.32 |
| HSL | 64.88º | 0.55% | 0.44% | - |
| HSV(B) | 64.88º | 0.71% | 0.68% | - |
| XYZ | 30.62 | 37.9 | 8.72 | - |
| YUV | 155.99 | 68.19 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 173 | 50 | 0.06 | 0 | 0.71 | 0.32 | 64.88 | 0.55 | 0.44 |
| Hex | A3 | AD | 32 | 6 | 0 | 47 | 20 | 41 | 37 | 2C |
| Octal | 243 | 255 | 62 | 6 | 0 | 107 | 40 | 101 | 67 | 54 |
| Binary | 10100011 | 10101101 | 110010 | 110 | 0 | 1000111 | 100000 | 1000001 | 110111 | 101100 |
Color Harmonies of #A3AD32
Complementary color
Monochromatic Colors of #A3AD32
Black with #A3AD32
Text Example
Text Example
White with #A3AD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AD32; }
p { color: rgb(163,173,50); }
H1.HeaderClassName
{
color: #A3AD32;
}
.AnyTagClassName
{
color: #A3AD32;
}
</style>
background-color css
<style>
a { background-color: #A3AD32; }
a { background-color: rgb(163,173,50); }
div.DivClassName
{
background-color: #A3AD32;
}
.BgClassName
{
background-color: #A3AD32;
}
</style>
border-color css
<style>
span { border-color: #A3AD32; }
span { border-color: rgb(163,173,50); }
td.TdClassName
{
border-color: #A3AD32;
}
.TagClassName
{
border-color: #A3AD32;
}
</style>