Shades of Brass #A8AC38
Tints of Brass #A8AC38
RGB
CMYK
RGB Variations
Color information
#A8AC38 (or 0xA8AC38) is known color: Brass. HEX triplet: A8, AC and 38. RGB value is (168,172,56). Sum of RGB (Red+Green+Blue) = 168+172+56=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 56 (22.27% from 255 or 14.14% from 396); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AC38 is #5753C7. Grayscale: #9E9E9E. Windows color (decimal): -5723080 or 3714216. OLE color: 3714216.
HSL color Cylindrical-coordinate representation of color #A8AC38: hue angle of 62.07º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8AC38 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 172 | 56 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.33 |
| HSL | 62.07º | 0.51% | 0.45% | - |
| HSV(B) | 62.07º | 0.67% | 0.67% | - |
| XYZ | 31.61 | 38.12 | 9.43 | - |
| YUV | 157.58 | 70.67 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 56 | 0.02 | 0 | 0.67 | 0.33 | 62.07 | 0.51 | 0.45 |
| Hex | A8 | AC | 38 | 2 | 0 | 43 | 21 | 3E | 33 | 2D |
| Octal | 250 | 254 | 70 | 2 | 0 | 103 | 41 | 76 | 63 | 55 |
| Binary | 10101000 | 10101100 | 111000 | 10 | 0 | 1000011 | 100001 | 111110 | 110011 | 101101 |
Color Harmonies of #A8AC38
Complementary color
Monochromatic Colors of #A8AC38
Black with #A8AC38
Text Example
Text Example
White with #A8AC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AC38; }
p { color: rgb(168,172,56); }
H1.HeaderClassName
{
color: #A8AC38;
}
.AnyTagClassName
{
color: #A8AC38;
}
</style>
background-color css
<style>
a { background-color: #A8AC38; }
a { background-color: rgb(168,172,56); }
div.DivClassName
{
background-color: #A8AC38;
}
.BgClassName
{
background-color: #A8AC38;
}
</style>
border-color css
<style>
span { border-color: #A8AC38; }
span { border-color: rgb(168,172,56); }
td.TdClassName
{
border-color: #A8AC38;
}
.TagClassName
{
border-color: #A8AC38;
}
</style>