Shades of Brass #A6AA4C
Tints of Brass #A6AA4C
RGB
CMYK
RGB Variations
Color information
#A6AA4C (or 0xA6AA4C) is known color: Brass. HEX triplet: A6, AA and 4C. RGB value is (166,170,76). Sum of RGB (Red+Green+Blue) = 166+170+76=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 76 (30.08% from 255 or 18.45% from 412); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AA4C is #5955B3. Grayscale: #9E9E9E. Windows color (decimal): -5854644 or 5024422. OLE color: 5024422.
HSL color Cylindrical-coordinate representation of color #A6AA4C: hue angle of 62.55º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6AA4C is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 170 | 76 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.33 |
| HSL | 62.55º | 0.38% | 0.48% | - |
| HSV(B) | 62.55º | 0.55% | 0.67% | - |
| XYZ | 31.41 | 37.38 | 12.4 | - |
| YUV | 158.09 | 81.67 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 170 | 76 | 0.02 | 0 | 0.55 | 0.33 | 62.55 | 0.38 | 0.48 |
| Hex | A6 | AA | 4C | 2 | 0 | 37 | 21 | 3F | 26 | 30 |
| Octal | 246 | 252 | 114 | 2 | 0 | 67 | 41 | 77 | 46 | 60 |
| Binary | 10100110 | 10101010 | 1001100 | 10 | 0 | 110111 | 100001 | 111111 | 100110 | 110000 |
Color Harmonies of #A6AA4C
Complementary color
Monochromatic Colors of #A6AA4C
Black with #A6AA4C
Text Example
Text Example
White with #A6AA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AA4C; }
p { color: rgb(166,170,76); }
H1.HeaderClassName
{
color: #A6AA4C;
}
.AnyTagClassName
{
color: #A6AA4C;
}
</style>
background-color css
<style>
a { background-color: #A6AA4C; }
a { background-color: rgb(166,170,76); }
div.DivClassName
{
background-color: #A6AA4C;
}
.BgClassName
{
background-color: #A6AA4C;
}
</style>
border-color css
<style>
span { border-color: #A6AA4C; }
span { border-color: rgb(166,170,76); }
td.TdClassName
{
border-color: #A6AA4C;
}
.TagClassName
{
border-color: #A6AA4C;
}
</style>