Shades of Brass #A6A74C
Tints of Brass #A6A74C
RGB
CMYK
RGB Variations
Color information
#A6A74C (or 0xA6A74C) is known color: Brass. HEX triplet: A6, A7 and 4C. RGB value is (166,167,76). Sum of RGB (Red+Green+Blue) = 166+167+76=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 76 (30.08% from 255 or 18.58% from 409); Max value from RGB is 167 - color contains mainly: green. Hex color #A6A74C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A74C is #5958B3. Grayscale: #9C9C9C. Windows color (decimal): -5855412 or 5023654. OLE color: 5023654.
HSL color Cylindrical-coordinate representation of color #A6A74C: hue angle of 60.66º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A6A74C is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 167 | 76 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.35 |
| HSL | 60.66º | 0.37% | 0.48% | - |
| HSV(B) | 60.66º | 0.54% | 0.65% | - |
| XYZ | 30.85 | 36.27 | 12.21 | - |
| YUV | 156.33 | 82.67 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 167 | 76 | 0.01 | 0 | 0.54 | 0.35 | 60.66 | 0.37 | 0.48 |
| Hex | A6 | A7 | 4C | 1 | 0 | 36 | 23 | 3D | 25 | 30 |
| Octal | 246 | 247 | 114 | 1 | 0 | 66 | 43 | 75 | 45 | 60 |
| Binary | 10100110 | 10100111 | 1001100 | 1 | 0 | 110110 | 100011 | 111101 | 100101 | 110000 |
Color Harmonies of #A6A74C
Complementary color
Monochromatic Colors of #A6A74C
Black with #A6A74C
Text Example
Text Example
White with #A6A74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A74C; }
p { color: rgb(166,167,76); }
H1.HeaderClassName
{
color: #A6A74C;
}
.AnyTagClassName
{
color: #A6A74C;
}
</style>
background-color css
<style>
a { background-color: #A6A74C; }
a { background-color: rgb(166,167,76); }
div.DivClassName
{
background-color: #A6A74C;
}
.BgClassName
{
background-color: #A6A74C;
}
</style>
border-color css
<style>
span { border-color: #A6A74C; }
span { border-color: rgb(166,167,76); }
td.TdClassName
{
border-color: #A6A74C;
}
.TagClassName
{
border-color: #A6A74C;
}
</style>