Shades of Brass #A8AF40
Tints of Brass #A8AF40
RGB
CMYK
RGB Variations
Color information
#A8AF40 (or 0xA8AF40) is known color: Brass. HEX triplet: A8, AF and 40. RGB value is (168,175,64). Sum of RGB (Red+Green+Blue) = 168+175+64=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AF40 is #5750BF. Grayscale: #A0A0A0. Windows color (decimal): -5722304 or 4239272. OLE color: 4239272.
HSL color Cylindrical-coordinate representation of color #A8AF40: hue angle of 63.78º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8AF40 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 64 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.31 |
| HSL | 63.78º | 0.46% | 0.47% | - |
| HSV(B) | 63.78º | 0.63% | 0.69% | - |
| XYZ | 32.4 | 39.35 | 10.74 | - |
| YUV | 160.25 | 73.68 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 64 | 0.04 | 0 | 0.63 | 0.31 | 63.78 | 0.46 | 0.47 |
| Hex | A8 | AF | 40 | 4 | 0 | 3F | 1F | 40 | 2E | 2F |
| Octal | 250 | 257 | 100 | 4 | 0 | 77 | 37 | 100 | 56 | 57 |
| Binary | 10101000 | 10101111 | 1000000 | 100 | 0 | 111111 | 11111 | 1000000 | 101110 | 101111 |
Color Harmonies of #A8AF40
Complementary color
Monochromatic Colors of #A8AF40
Black with #A8AF40
Text Example
Text Example
White with #A8AF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF40; }
p { color: rgb(168,175,64); }
H1.HeaderClassName
{
color: #A8AF40;
}
.AnyTagClassName
{
color: #A8AF40;
}
</style>
background-color css
<style>
a { background-color: #A8AF40; }
a { background-color: rgb(168,175,64); }
div.DivClassName
{
background-color: #A8AF40;
}
.BgClassName
{
background-color: #A8AF40;
}
</style>
border-color css
<style>
span { border-color: #A8AF40; }
span { border-color: rgb(168,175,64); }
td.TdClassName
{
border-color: #A8AF40;
}
.TagClassName
{
border-color: #A8AF40;
}
</style>