Shades of Brass #A9A54B
Tints of Brass #A9A54B
RGB
CMYK
RGB Variations
Color information
#A9A54B (or 0xA9A54B) is known color: Brass. HEX triplet: A9, A5 and 4B. RGB value is (169,165,75). Sum of RGB (Red+Green+Blue) = 169+165+75=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 75 (29.69% from 255 or 18.34% from 409); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A54B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A54B is #565AB4. Grayscale: #9C9C9C. Windows color (decimal): -5659317 or 4957609. OLE color: 4957609.
HSL color Cylindrical-coordinate representation of color #A9A54B: hue angle of 57.45º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A9A54B is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 165 | 75 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.34 |
| HSL | 57.45º | 0.39% | 0.48% | - |
| HSV(B) | 57.45º | 0.56% | 0.66% | - |
| XYZ | 31.09 | 35.85 | 11.94 | - |
| YUV | 155.94 | 82.33 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 165 | 75 | 0 | 0.02 | 0.56 | 0.34 | 57.45 | 0.39 | 0.48 |
| Hex | A9 | A5 | 4B | 0 | 2 | 38 | 22 | 39 | 27 | 30 |
| Octal | 251 | 245 | 113 | 0 | 2 | 70 | 42 | 71 | 47 | 60 |
| Binary | 10101001 | 10100101 | 1001011 | 0 | 10 | 111000 | 100010 | 111001 | 100111 | 110000 |
Color Harmonies of #A9A54B
Complementary color
Monochromatic Colors of #A9A54B
Black with #A9A54B
Text Example
Text Example
White with #A9A54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A54B; }
p { color: rgb(169,165,75); }
H1.HeaderClassName
{
color: #A9A54B;
}
.AnyTagClassName
{
color: #A9A54B;
}
</style>
background-color css
<style>
a { background-color: #A9A54B; }
a { background-color: rgb(169,165,75); }
div.DivClassName
{
background-color: #A9A54B;
}
.BgClassName
{
background-color: #A9A54B;
}
</style>
border-color css
<style>
span { border-color: #A9A54B; }
span { border-color: rgb(169,165,75); }
td.TdClassName
{
border-color: #A9A54B;
}
.TagClassName
{
border-color: #A9A54B;
}
</style>