Shades of Brass #A5A94A
Tints of Brass #A5A94A
RGB
CMYK
RGB Variations
Color information
#A5A94A (or 0xA5A94A) is known color: Brass. HEX triplet: A5, A9 and 4A. RGB value is (165,169,74). Sum of RGB (Red+Green+Blue) = 165+169+74=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 169 (66.41% from 255 or 41.42% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 169 - color contains mainly: green. Hex color #A5A94A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A94A is #5A56B5. Grayscale: #9D9D9D. Windows color (decimal): -5920438 or 4893093. OLE color: 4893093.
HSL color Cylindrical-coordinate representation of color #A5A94A: hue angle of 62.53º 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 #A5A94A is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 165 | 169 | 74 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.34 |
| HSL | 62.53º | 0.39% | 0.48% | - |
| HSV(B) | 62.53º | 0.56% | 0.66% | - |
| XYZ | 30.94 | 36.87 | 11.96 | - |
| YUV | 156.97 | 81.17 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 169 | 74 | 0.02 | 0 | 0.56 | 0.34 | 62.53 | 0.39 | 0.48 |
| Hex | A5 | A9 | 4A | 2 | 0 | 38 | 22 | 3F | 27 | 30 |
| Octal | 245 | 251 | 112 | 2 | 0 | 70 | 42 | 77 | 47 | 60 |
| Binary | 10100101 | 10101001 | 1001010 | 10 | 0 | 111000 | 100010 | 111111 | 100111 | 110000 |
Color Harmonies of #A5A94A
Complementary color
Monochromatic Colors of #A5A94A
Black with #A5A94A
Text Example
Text Example
White with #A5A94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A94A; }
p { color: rgb(165,169,74); }
H1.HeaderClassName
{
color: #A5A94A;
}
.AnyTagClassName
{
color: #A5A94A;
}
</style>
background-color css
<style>
a { background-color: #A5A94A; }
a { background-color: rgb(165,169,74); }
div.DivClassName
{
background-color: #A5A94A;
}
.BgClassName
{
background-color: #A5A94A;
}
</style>
border-color css
<style>
span { border-color: #A5A94A; }
span { border-color: rgb(165,169,74); }
td.TdClassName
{
border-color: #A5A94A;
}
.TagClassName
{
border-color: #A5A94A;
}
</style>