Shades of Bahia #A4AC23
Tints of Bahia #A4AC23
RGB
CMYK
RGB Variations
Color information
#A4AC23 (or 0xA4AC23) is known color: Bahia. HEX triplet: A4, AC and 23. RGB value is (164,172,35). Sum of RGB (Red+Green+Blue) = 164+172+35=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 35 (14.06% from 255 or 9.43% from 371); Max value from RGB is 172 - color contains mainly: green. Hex color #A4AC23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4AC23 is #5B53DC. Grayscale: #9A9A9A. Windows color (decimal): -5985245 or 2337956. OLE color: 2337956.
HSL color Cylindrical-coordinate representation of color #A4AC23: hue angle of 63.5º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A4AC23 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 172 | 35 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.33 |
| HSL | 63.5º | 0.66% | 0.41% | - |
| HSV(B) | 63.5º | 0.8% | 0.67% | - |
| XYZ | 30.37 | 37.52 | 7.23 | - |
| YUV | 153.99 | 60.85 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 172 | 35 | 0.05 | 0 | 0.80 | 0.33 | 63.5 | 0.66 | 0.41 |
| Hex | A4 | AC | 23 | 5 | 0 | 50 | 21 | 40 | 42 | 29 |
| Octal | 244 | 254 | 43 | 5 | 0 | 120 | 41 | 100 | 102 | 51 |
| Binary | 10100100 | 10101100 | 100011 | 101 | 0 | 1010000 | 100001 | 1000000 | 1000010 | 101001 |
Color Harmonies of #A4AC23
Complementary color
Monochromatic Colors of #A4AC23
Black with #A4AC23
Text Example
Text Example
White with #A4AC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AC23; }
p { color: rgb(164,172,35); }
H1.HeaderClassName
{
color: #A4AC23;
}
.AnyTagClassName
{
color: #A4AC23;
}
</style>
background-color css
<style>
a { background-color: #A4AC23; }
a { background-color: rgb(164,172,35); }
div.DivClassName
{
background-color: #A4AC23;
}
.BgClassName
{
background-color: #A4AC23;
}
</style>
border-color css
<style>
span { border-color: #A4AC23; }
span { border-color: rgb(164,172,35); }
td.TdClassName
{
border-color: #A4AC23;
}
.TagClassName
{
border-color: #A4AC23;
}
</style>