Shades of Brass #A5AA4A
Tints of Brass #A5AA4A
RGB
CMYK
RGB Variations
Color information
#A5AA4A (or 0xA5AA4A) is known color: Brass. HEX triplet: A5, AA and 4A. RGB value is (165,170,74). Sum of RGB (Red+Green+Blue) = 165+170+74=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AA4A is #5A55B5. Grayscale: #9D9D9D. Windows color (decimal): -5920182 or 4893349. OLE color: 4893349.
HSL color Cylindrical-coordinate representation of color #A5AA4A: hue angle of 63.12º 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 #A5AA4A is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 170 | 74 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.33 |
| HSL | 63.13º | 0.39% | 0.48% | - |
| HSV(B) | 63.13º | 0.56% | 0.67% | - |
| XYZ | 31.13 | 37.24 | 12.03 | - |
| YUV | 157.56 | 80.84 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 170 | 74 | 0.03 | 0 | 0.56 | 0.33 | 63.13 | 0.39 | 0.48 |
| Hex | A5 | AA | 4A | 3 | 0 | 38 | 21 | 3F | 27 | 30 |
| Octal | 245 | 252 | 112 | 3 | 0 | 70 | 41 | 77 | 47 | 60 |
| Binary | 10100101 | 10101010 | 1001010 | 11 | 0 | 111000 | 100001 | 111111 | 100111 | 110000 |
Color Harmonies of #A5AA4A
Complementary color
Monochromatic Colors of #A5AA4A
Black with #A5AA4A
Text Example
Text Example
White with #A5AA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AA4A; }
p { color: rgb(165,170,74); }
H1.HeaderClassName
{
color: #A5AA4A;
}
.AnyTagClassName
{
color: #A5AA4A;
}
</style>
background-color css
<style>
a { background-color: #A5AA4A; }
a { background-color: rgb(165,170,74); }
div.DivClassName
{
background-color: #A5AA4A;
}
.BgClassName
{
background-color: #A5AA4A;
}
</style>
border-color css
<style>
span { border-color: #A5AA4A; }
span { border-color: rgb(165,170,74); }
td.TdClassName
{
border-color: #A5AA4A;
}
.TagClassName
{
border-color: #A5AA4A;
}
</style>