Shades of Brass #A8A93F
Tints of Brass #A8A93F
RGB
CMYK
RGB Variations
Color information
#A8A93F (or 0xA8A93F) is known color: Brass. HEX triplet: A8, A9 and 3F. RGB value is (168,169,63). Sum of RGB (Red+Green+Blue) = 168+169+63=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 169 (66.41% from 255 or 42.25% from 400); Blue value is 63 (25% from 255 or 15.75% from 400); Max value from RGB is 169 - color contains mainly: green. Hex color #A8A93F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A93F is #5756C0. Grayscale: #9D9D9D. Windows color (decimal): -5723841 or 4172200. OLE color: 4172200.
HSL color Cylindrical-coordinate representation of color #A8A93F: hue angle of 60.57º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8A93F is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 169 | 63 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.34 |
| HSL | 60.57º | 0.46% | 0.45% | - |
| HSV(B) | 60.57º | 0.63% | 0.66% | - |
| XYZ | 31.23 | 37.06 | 10.21 | - |
| YUV | 156.62 | 75.17 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 169 | 63 | 0.01 | 0 | 0.63 | 0.34 | 60.57 | 0.46 | 0.45 |
| Hex | A8 | A9 | 3F | 1 | 0 | 3F | 22 | 3D | 2E | 2D |
| Octal | 250 | 251 | 77 | 1 | 0 | 77 | 42 | 75 | 56 | 55 |
| Binary | 10101000 | 10101001 | 111111 | 1 | 0 | 111111 | 100010 | 111101 | 101110 | 101101 |
Color Harmonies of #A8A93F
Complementary color
Monochromatic Colors of #A8A93F
Black with #A8A93F
Text Example
Text Example
White with #A8A93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A93F; }
p { color: rgb(168,169,63); }
H1.HeaderClassName
{
color: #A8A93F;
}
.AnyTagClassName
{
color: #A8A93F;
}
</style>
background-color css
<style>
a { background-color: #A8A93F; }
a { background-color: rgb(168,169,63); }
div.DivClassName
{
background-color: #A8A93F;
}
.BgClassName
{
background-color: #A8A93F;
}
</style>
border-color css
<style>
span { border-color: #A8A93F; }
span { border-color: rgb(168,169,63); }
td.TdClassName
{
border-color: #A8A93F;
}
.TagClassName
{
border-color: #A8A93F;
}
</style>