Shades of Bahia #A7AD23
Tints of Bahia #A7AD23
RGB
CMYK
RGB Variations
Color information
#A7AD23 (or 0xA7AD23) is known color: Bahia. HEX triplet: A7, AD and 23. RGB value is (167,173,35). Sum of RGB (Red+Green+Blue) = 167+173+35=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 35 (14.06% from 255 or 9.33% from 375); Max value from RGB is 173 - color contains mainly: green. Hex color #A7AD23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AD23 is #5852DC. Grayscale: #9C9C9C. Windows color (decimal): -5788381 or 2338215. OLE color: 2338215.
HSL color Cylindrical-coordinate representation of color #A7AD23: hue angle of 62.61º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A7AD23 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 173 | 35 | - |
| CMYK | 0.03 | 0 | 0.80 | 0.32 |
| HSL | 62.61º | 0.66% | 0.41% | - |
| HSV(B) | 62.61º | 0.8% | 0.68% | - |
| XYZ | 31.18 | 38.22 | 7.32 | - |
| YUV | 155.47 | 60.01 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 173 | 35 | 0.03 | 0 | 0.80 | 0.32 | 62.61 | 0.66 | 0.41 |
| Hex | A7 | AD | 23 | 3 | 0 | 50 | 20 | 3F | 42 | 29 |
| Octal | 247 | 255 | 43 | 3 | 0 | 120 | 40 | 77 | 102 | 51 |
| Binary | 10100111 | 10101101 | 100011 | 11 | 0 | 1010000 | 100000 | 111111 | 1000010 | 101001 |
Color Harmonies of #A7AD23
Complementary color
Monochromatic Colors of #A7AD23
Black with #A7AD23
Text Example
Text Example
White with #A7AD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AD23; }
p { color: rgb(167,173,35); }
H1.HeaderClassName
{
color: #A7AD23;
}
.AnyTagClassName
{
color: #A7AD23;
}
</style>
background-color css
<style>
a { background-color: #A7AD23; }
a { background-color: rgb(167,173,35); }
div.DivClassName
{
background-color: #A7AD23;
}
.BgClassName
{
background-color: #A7AD23;
}
</style>
border-color css
<style>
span { border-color: #A7AD23; }
span { border-color: rgb(167,173,35); }
td.TdClassName
{
border-color: #A7AD23;
}
.TagClassName
{
border-color: #A7AD23;
}
</style>