Shades of Brass #A8A43D
Tints of Brass #A8A43D
RGB
CMYK
RGB Variations
Color information
#A8A43D (or 0xA8A43D) is known color: Brass. HEX triplet: A8, A4 and 3D. RGB value is (168,164,61). Sum of RGB (Red+Green+Blue) = 168+164+61=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 61 (24.22% from 255 or 15.52% from 393); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A43D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A43D is #575BC2. Grayscale: #999999. Windows color (decimal): -5725123 or 4039848. OLE color: 4039848.
HSL color Cylindrical-coordinate representation of color #A8A43D: hue angle of 57.76º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8A43D is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 164 | 61 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.34 |
| HSL | 57.76º | 0.47% | 0.45% | - |
| HSV(B) | 57.76º | 0.64% | 0.66% | - |
| XYZ | 30.27 | 35.21 | 9.62 | - |
| YUV | 153.45 | 75.83 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 164 | 61 | 0 | 0.02 | 0.64 | 0.34 | 57.76 | 0.47 | 0.45 |
| Hex | A8 | A4 | 3D | 0 | 2 | 40 | 22 | 3A | 2F | 2D |
| Octal | 250 | 244 | 75 | 0 | 2 | 100 | 42 | 72 | 57 | 55 |
| Binary | 10101000 | 10100100 | 111101 | 0 | 10 | 1000000 | 100010 | 111010 | 101111 | 101101 |
Color Harmonies of #A8A43D
Complementary color
Monochromatic Colors of #A8A43D
Black with #A8A43D
Text Example
Text Example
White with #A8A43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A43D; }
p { color: rgb(168,164,61); }
H1.HeaderClassName
{
color: #A8A43D;
}
.AnyTagClassName
{
color: #A8A43D;
}
</style>
background-color css
<style>
a { background-color: #A8A43D; }
a { background-color: rgb(168,164,61); }
div.DivClassName
{
background-color: #A8A43D;
}
.BgClassName
{
background-color: #A8A43D;
}
</style>
border-color css
<style>
span { border-color: #A8A43D; }
span { border-color: rgb(168,164,61); }
td.TdClassName
{
border-color: #A8A43D;
}
.TagClassName
{
border-color: #A8A43D;
}
</style>