Shades of Brass #A8AC34
Tints of Brass #A8AC34
RGB
CMYK
RGB Variations
Color information
#A8AC34 (or 0xA8AC34) is known color: Brass. HEX triplet: A8, AC and 34. RGB value is (168,172,52). Sum of RGB (Red+Green+Blue) = 168+172+52=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 52 (20.70% from 255 or 13.27% from 392); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AC34 is #5753CB. Grayscale: #9D9D9D. Windows color (decimal): -5723084 or 3452072. OLE color: 3452072.
HSL color Cylindrical-coordinate representation of color #A8AC34: hue angle of 62º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8AC34 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 172 | 52 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.33 |
| HSL | 62º | 0.54% | 0.44% | - |
| HSV(B) | 62º | 0.7% | 0.67% | - |
| XYZ | 31.52 | 38.08 | 8.94 | - |
| YUV | 157.12 | 68.67 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 52 | 0.02 | 0 | 0.70 | 0.33 | 62 | 0.54 | 0.44 |
| Hex | A8 | AC | 34 | 2 | 0 | 46 | 21 | 3E | 36 | 2C |
| Octal | 250 | 254 | 64 | 2 | 0 | 106 | 41 | 76 | 66 | 54 |
| Binary | 10101000 | 10101100 | 110100 | 10 | 0 | 1000110 | 100001 | 111110 | 110110 | 101100 |
Color Harmonies of #A8AC34
Complementary color
Monochromatic Colors of #A8AC34
Black with #A8AC34
Text Example
Text Example
White with #A8AC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AC34; }
p { color: rgb(168,172,52); }
H1.HeaderClassName
{
color: #A8AC34;
}
.AnyTagClassName
{
color: #A8AC34;
}
</style>
background-color css
<style>
a { background-color: #A8AC34; }
a { background-color: rgb(168,172,52); }
div.DivClassName
{
background-color: #A8AC34;
}
.BgClassName
{
background-color: #A8AC34;
}
</style>
border-color css
<style>
span { border-color: #A8AC34; }
span { border-color: rgb(168,172,52); }
td.TdClassName
{
border-color: #A8AC34;
}
.TagClassName
{
border-color: #A8AC34;
}
</style>