Shades of Brass #A9AC4B
Tints of Brass #A9AC4B
RGB
CMYK
RGB Variations
Color information
#A9AC4B (or 0xA9AC4B) is known color: Brass. HEX triplet: A9, AC and 4B. RGB value is (169,172,75). Sum of RGB (Red+Green+Blue) = 169+172+75=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 75 (29.69% from 255 or 18.03% from 416); Max value from RGB is 172 - color contains mainly: green. Hex color #A9AC4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9AC4B is #5653B4. Grayscale: #A0A0A0. Windows color (decimal): -5657525 or 4959401. OLE color: 4959401.
HSL color Cylindrical-coordinate representation of color #A9AC4B: hue angle of 61.86º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A9AC4B is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 172 | 75 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.33 |
| HSL | 61.86º | 0.39% | 0.48% | - |
| HSV(B) | 61.86º | 0.56% | 0.67% | - |
| XYZ | 32.38 | 38.45 | 12.37 | - |
| YUV | 160.05 | 80.01 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 172 | 75 | 0.02 | 0 | 0.56 | 0.33 | 61.86 | 0.39 | 0.48 |
| Hex | A9 | AC | 4B | 2 | 0 | 38 | 21 | 3E | 27 | 30 |
| Octal | 251 | 254 | 113 | 2 | 0 | 70 | 41 | 76 | 47 | 60 |
| Binary | 10101001 | 10101100 | 1001011 | 10 | 0 | 111000 | 100001 | 111110 | 100111 | 110000 |
Color Harmonies of #A9AC4B
Complementary color
Monochromatic Colors of #A9AC4B
Black with #A9AC4B
Text Example
Text Example
White with #A9AC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AC4B; }
p { color: rgb(169,172,75); }
H1.HeaderClassName
{
color: #A9AC4B;
}
.AnyTagClassName
{
color: #A9AC4B;
}
</style>
background-color css
<style>
a { background-color: #A9AC4B; }
a { background-color: rgb(169,172,75); }
div.DivClassName
{
background-color: #A9AC4B;
}
.BgClassName
{
background-color: #A9AC4B;
}
</style>
border-color css
<style>
span { border-color: #A9AC4B; }
span { border-color: rgb(169,172,75); }
td.TdClassName
{
border-color: #A9AC4B;
}
.TagClassName
{
border-color: #A9AC4B;
}
</style>