Shades of Brass #A8AE46
Tints of Brass #A8AE46
RGB
CMYK
RGB Variations
Color information
#A8AE46 (or 0xA8AE46) is known color: Brass. HEX triplet: A8, AE and 46. RGB value is (168,174,70). Sum of RGB (Red+Green+Blue) = 168+174+70=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 70 (27.73% from 255 or 16.99% from 412); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AE46 is #5751B9. Grayscale: #A0A0A0. Windows color (decimal): -5722554 or 4632232. OLE color: 4632232.
HSL color Cylindrical-coordinate representation of color #A8AE46: hue angle of 63.46º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8AE46 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 174 | 70 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.32 |
| HSL | 63.46º | 0.43% | 0.48% | - |
| HSV(B) | 63.46º | 0.6% | 0.68% | - |
| XYZ | 32.39 | 39.04 | 11.62 | - |
| YUV | 160.35 | 77.01 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 174 | 70 | 0.03 | 0 | 0.60 | 0.32 | 63.46 | 0.43 | 0.48 |
| Hex | A8 | AE | 46 | 3 | 0 | 3C | 20 | 3F | 2B | 30 |
| Octal | 250 | 256 | 106 | 3 | 0 | 74 | 40 | 77 | 53 | 60 |
| Binary | 10101000 | 10101110 | 1000110 | 11 | 0 | 111100 | 100000 | 111111 | 101011 | 110000 |
Color Harmonies of #A8AE46
Complementary color
Monochromatic Colors of #A8AE46
Black with #A8AE46
Text Example
Text Example
White with #A8AE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AE46; }
p { color: rgb(168,174,70); }
H1.HeaderClassName
{
color: #A8AE46;
}
.AnyTagClassName
{
color: #A8AE46;
}
</style>
background-color css
<style>
a { background-color: #A8AE46; }
a { background-color: rgb(168,174,70); }
div.DivClassName
{
background-color: #A8AE46;
}
.BgClassName
{
background-color: #A8AE46;
}
</style>
border-color css
<style>
span { border-color: #A8AE46; }
span { border-color: rgb(168,174,70); }
td.TdClassName
{
border-color: #A8AE46;
}
.TagClassName
{
border-color: #A8AE46;
}
</style>