Shades of Brass #A8AC36
Tints of Brass #A8AC36
RGB
CMYK
RGB Variations
Color information
#A8AC36 (or 0xA8AC36) is known color: Brass. HEX triplet: A8, AC and 36. RGB value is (168,172,54). Sum of RGB (Red+Green+Blue) = 168+172+54=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 54 (21.48% from 255 or 13.71% from 394); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AC36 is #5753C9. Grayscale: #9D9D9D. Windows color (decimal): -5723082 or 3583144. OLE color: 3583144.
HSL color Cylindrical-coordinate representation of color #A8AC36: hue angle of 62.03º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8AC36 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 172 | 54 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.33 |
| HSL | 62.03º | 0.52% | 0.44% | - |
| HSV(B) | 62.03º | 0.69% | 0.67% | - |
| XYZ | 31.57 | 38.1 | 9.18 | - |
| YUV | 157.35 | 69.67 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 54 | 0.02 | 0 | 0.69 | 0.33 | 62.03 | 0.52 | 0.44 |
| Hex | A8 | AC | 36 | 2 | 0 | 45 | 21 | 3E | 34 | 2C |
| Octal | 250 | 254 | 66 | 2 | 0 | 105 | 41 | 76 | 64 | 54 |
| Binary | 10101000 | 10101100 | 110110 | 10 | 0 | 1000101 | 100001 | 111110 | 110100 | 101100 |
Color Harmonies of #A8AC36
Complementary color
Monochromatic Colors of #A8AC36
Black with #A8AC36
Text Example
Text Example
White with #A8AC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AC36; }
p { color: rgb(168,172,54); }
H1.HeaderClassName
{
color: #A8AC36;
}
.AnyTagClassName
{
color: #A8AC36;
}
</style>
background-color css
<style>
a { background-color: #A8AC36; }
a { background-color: rgb(168,172,54); }
div.DivClassName
{
background-color: #A8AC36;
}
.BgClassName
{
background-color: #A8AC36;
}
</style>
border-color css
<style>
span { border-color: #A8AC36; }
span { border-color: rgb(168,172,54); }
td.TdClassName
{
border-color: #A8AC36;
}
.TagClassName
{
border-color: #A8AC36;
}
</style>