Shades of Brass #A8AE45
Tints of Brass #A8AE45
RGB
CMYK
RGB Variations
Color information
#A8AE45 (or 0xA8AE45) is known color: Brass. HEX triplet: A8, AE and 45. RGB value is (168,174,69). Sum of RGB (Red+Green+Blue) = 168+174+69=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 69 (27.34% from 255 or 16.79% from 411); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AE45 is #5751BA. Grayscale: #A0A0A0. Windows color (decimal): -5722555 or 4566696. OLE color: 4566696.
HSL color Cylindrical-coordinate representation of color #A8AE45: hue angle of 63.43º 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 #A8AE45 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 174 | 69 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.32 |
| HSL | 63.43º | 0.43% | 0.48% | - |
| HSV(B) | 63.43º | 0.6% | 0.68% | - |
| XYZ | 32.36 | 39.03 | 11.46 | - |
| YUV | 160.24 | 76.51 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 174 | 69 | 0.03 | 0 | 0.60 | 0.32 | 63.43 | 0.43 | 0.48 |
| Hex | A8 | AE | 45 | 3 | 0 | 3C | 20 | 3F | 2B | 30 |
| Octal | 250 | 256 | 105 | 3 | 0 | 74 | 40 | 77 | 53 | 60 |
| Binary | 10101000 | 10101110 | 1000101 | 11 | 0 | 111100 | 100000 | 111111 | 101011 | 110000 |
Color Harmonies of #A8AE45
Complementary color
Monochromatic Colors of #A8AE45
Black with #A8AE45
Text Example
Text Example
White with #A8AE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AE45; }
p { color: rgb(168,174,69); }
H1.HeaderClassName
{
color: #A8AE45;
}
.AnyTagClassName
{
color: #A8AE45;
}
</style>
background-color css
<style>
a { background-color: #A8AE45; }
a { background-color: rgb(168,174,69); }
div.DivClassName
{
background-color: #A8AE45;
}
.BgClassName
{
background-color: #A8AE45;
}
</style>
border-color css
<style>
span { border-color: #A8AE45; }
span { border-color: rgb(168,174,69); }
td.TdClassName
{
border-color: #A8AE45;
}
.TagClassName
{
border-color: #A8AE45;
}
</style>