Shades of Brass #A8A53E
Tints of Brass #A8A53E
RGB
CMYK
RGB Variations
Color information
#A8A53E (or 0xA8A53E) is known color: Brass. HEX triplet: A8, A5 and 3E. RGB value is (168,165,62). Sum of RGB (Red+Green+Blue) = 168+165+62=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 62 (24.61% from 255 or 15.70% from 395); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A53E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A53E is #575AC1. Grayscale: #9A9A9A. Windows color (decimal): -5724866 or 4105640. OLE color: 4105640.
HSL color Cylindrical-coordinate representation of color #A8A53E: hue angle of 58.3º 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 #A8A53E is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 165 | 62 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.34 |
| HSL | 58.3º | 0.46% | 0.45% | - |
| HSV(B) | 58.3º | 0.63% | 0.66% | - |
| XYZ | 30.47 | 35.58 | 9.82 | - |
| YUV | 154.16 | 75.99 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 165 | 62 | 0 | 0.02 | 0.63 | 0.34 | 58.3 | 0.46 | 0.45 |
| Hex | A8 | A5 | 3E | 0 | 2 | 3F | 22 | 3A | 2E | 2D |
| Octal | 250 | 245 | 76 | 0 | 2 | 77 | 42 | 72 | 56 | 55 |
| Binary | 10101000 | 10100101 | 111110 | 0 | 10 | 111111 | 100010 | 111010 | 101110 | 101101 |
Color Harmonies of #A8A53E
Complementary color
Monochromatic Colors of #A8A53E
Black with #A8A53E
Text Example
Text Example
White with #A8A53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A53E; }
p { color: rgb(168,165,62); }
H1.HeaderClassName
{
color: #A8A53E;
}
.AnyTagClassName
{
color: #A8A53E;
}
</style>
background-color css
<style>
a { background-color: #A8A53E; }
a { background-color: rgb(168,165,62); }
div.DivClassName
{
background-color: #A8A53E;
}
.BgClassName
{
background-color: #A8A53E;
}
</style>
border-color css
<style>
span { border-color: #A8A53E; }
span { border-color: rgb(168,165,62); }
td.TdClassName
{
border-color: #A8A53E;
}
.TagClassName
{
border-color: #A8A53E;
}
</style>