Shades of Brass #A8AD3A
Tints of Brass #A8AD3A
RGB
CMYK
RGB Variations
Color information
#A8AD3A (or 0xA8AD3A) is known color: Brass. HEX triplet: A8, AD and 3A. RGB value is (168,173,58). Sum of RGB (Red+Green+Blue) = 168+173+58=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 58 (23.05% from 255 or 14.54% from 399); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AD3A is #5752C5. Grayscale: #9E9E9E. Windows color (decimal): -5722822 or 3845544. OLE color: 3845544.
HSL color Cylindrical-coordinate representation of color #A8AD3A: hue angle of 62.61º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8AD3A is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 173 | 58 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.32 |
| HSL | 62.61º | 0.5% | 0.45% | - |
| HSV(B) | 62.61º | 0.66% | 0.68% | - |
| XYZ | 31.86 | 38.52 | 9.76 | - |
| YUV | 158.4 | 71.34 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 58 | 0.03 | 0 | 0.66 | 0.32 | 62.61 | 0.5 | 0.45 |
| Hex | A8 | AD | 3A | 3 | 0 | 42 | 20 | 3F | 32 | 2D |
| Octal | 250 | 255 | 72 | 3 | 0 | 102 | 40 | 77 | 62 | 55 |
| Binary | 10101000 | 10101101 | 111010 | 11 | 0 | 1000010 | 100000 | 111111 | 110010 | 101101 |
Color Harmonies of #A8AD3A
Complementary color
Monochromatic Colors of #A8AD3A
Black with #A8AD3A
Text Example
Text Example
White with #A8AD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AD3A; }
p { color: rgb(168,173,58); }
H1.HeaderClassName
{
color: #A8AD3A;
}
.AnyTagClassName
{
color: #A8AD3A;
}
</style>
background-color css
<style>
a { background-color: #A8AD3A; }
a { background-color: rgb(168,173,58); }
div.DivClassName
{
background-color: #A8AD3A;
}
.BgClassName
{
background-color: #A8AD3A;
}
</style>
border-color css
<style>
span { border-color: #A8AD3A; }
span { border-color: rgb(168,173,58); }
td.TdClassName
{
border-color: #A8AD3A;
}
.TagClassName
{
border-color: #A8AD3A;
}
</style>