Shades of Brass #A5A94B
Tints of Brass #A5A94B
RGB
CMYK
RGB Variations
Color information
#A5A94B (or 0xA5A94B) is known color: Brass. HEX triplet: A5, A9 and 4B. RGB value is (165,169,75). Sum of RGB (Red+Green+Blue) = 165+169+75=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 169 (66.41% from 255 or 41.32% from 409); Blue value is 75 (29.69% from 255 or 18.34% from 409); Max value from RGB is 169 - color contains mainly: green. Hex color #A5A94B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A94B is #5A56B4. Grayscale: #9D9D9D. Windows color (decimal): -5920437 or 4958629. OLE color: 4958629.
HSL color Cylindrical-coordinate representation of color #A5A94B: hue angle of 62.55º 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 #A5A94B is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 165 | 169 | 75 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.34 |
| HSL | 62.55º | 0.39% | 0.48% | - |
| HSV(B) | 62.55º | 0.56% | 0.66% | - |
| XYZ | 30.98 | 36.88 | 12.14 | - |
| YUV | 157.09 | 81.67 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 169 | 75 | 0.02 | 0 | 0.56 | 0.34 | 62.55 | 0.39 | 0.48 |
| Hex | A5 | A9 | 4B | 2 | 0 | 38 | 22 | 3F | 27 | 30 |
| Octal | 245 | 251 | 113 | 2 | 0 | 70 | 42 | 77 | 47 | 60 |
| Binary | 10100101 | 10101001 | 1001011 | 10 | 0 | 111000 | 100010 | 111111 | 100111 | 110000 |
Color Harmonies of #A5A94B
Complementary color
Monochromatic Colors of #A5A94B
Black with #A5A94B
Text Example
Text Example
White with #A5A94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A94B; }
p { color: rgb(165,169,75); }
H1.HeaderClassName
{
color: #A5A94B;
}
.AnyTagClassName
{
color: #A5A94B;
}
</style>
background-color css
<style>
a { background-color: #A5A94B; }
a { background-color: rgb(165,169,75); }
div.DivClassName
{
background-color: #A5A94B;
}
.BgClassName
{
background-color: #A5A94B;
}
</style>
border-color css
<style>
span { border-color: #A5A94B; }
span { border-color: rgb(165,169,75); }
td.TdClassName
{
border-color: #A5A94B;
}
.TagClassName
{
border-color: #A5A94B;
}
</style>