Shades of Brass #A8AA46
Tints of Brass #A8AA46
RGB
CMYK
RGB Variations
Color information
#A8AA46 (or 0xA8AA46) is known color: Brass. HEX triplet: A8, AA and 46. RGB value is (168,170,70). Sum of RGB (Red+Green+Blue) = 168+170+70=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 70 (27.73% from 255 or 17.16% from 408); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AA46 is #5755B9. Grayscale: #9E9E9E. Windows color (decimal): -5723578 or 4631208. OLE color: 4631208.
HSL color Cylindrical-coordinate representation of color #A8AA46: hue angle of 61.2º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8AA46 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 170 | 70 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.33 |
| HSL | 61.2º | 0.42% | 0.47% | - |
| HSV(B) | 61.2º | 0.59% | 0.67% | - |
| XYZ | 31.63 | 37.52 | 11.37 | - |
| YUV | 158 | 78.34 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 70 | 0.01 | 0 | 0.59 | 0.33 | 61.2 | 0.42 | 0.47 |
| Hex | A8 | AA | 46 | 1 | 0 | 3B | 21 | 3D | 2A | 2F |
| Octal | 250 | 252 | 106 | 1 | 0 | 73 | 41 | 75 | 52 | 57 |
| Binary | 10101000 | 10101010 | 1000110 | 1 | 0 | 111011 | 100001 | 111101 | 101010 | 101111 |
Color Harmonies of #A8AA46
Complementary color
Monochromatic Colors of #A8AA46
Black with #A8AA46
Text Example
Text Example
White with #A8AA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA46; }
p { color: rgb(168,170,70); }
H1.HeaderClassName
{
color: #A8AA46;
}
.AnyTagClassName
{
color: #A8AA46;
}
</style>
background-color css
<style>
a { background-color: #A8AA46; }
a { background-color: rgb(168,170,70); }
div.DivClassName
{
background-color: #A8AA46;
}
.BgClassName
{
background-color: #A8AA46;
}
</style>
border-color css
<style>
span { border-color: #A8AA46; }
span { border-color: rgb(168,170,70); }
td.TdClassName
{
border-color: #A8AA46;
}
.TagClassName
{
border-color: #A8AA46;
}
</style>