Shades of Brass #A8A53C
Tints of Brass #A8A53C
RGB
CMYK
RGB Variations
Color information
#A8A53C (or 0xA8A53C) is known color: Brass. HEX triplet: A8, A5 and 3C. RGB value is (168,165,60). Sum of RGB (Red+Green+Blue) = 168+165+60=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 60 (23.83% from 255 or 15.27% from 393); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A53C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A53C is #575AC3. Grayscale: #9A9A9A. Windows color (decimal): -5724868 or 3974568. OLE color: 3974568.
HSL color Cylindrical-coordinate representation of color #A8A53C: hue angle of 58.33º 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 #A8A53C is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 165 | 60 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.34 |
| HSL | 58.33º | 0.47% | 0.45% | - |
| HSV(B) | 58.33º | 0.64% | 0.66% | - |
| XYZ | 30.42 | 35.56 | 9.54 | - |
| YUV | 153.93 | 74.99 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 165 | 60 | 0 | 0.02 | 0.64 | 0.34 | 58.33 | 0.47 | 0.45 |
| Hex | A8 | A5 | 3C | 0 | 2 | 40 | 22 | 3A | 2F | 2D |
| Octal | 250 | 245 | 74 | 0 | 2 | 100 | 42 | 72 | 57 | 55 |
| Binary | 10101000 | 10100101 | 111100 | 0 | 10 | 1000000 | 100010 | 111010 | 101111 | 101101 |
Color Harmonies of #A8A53C
Complementary color
Monochromatic Colors of #A8A53C
Black with #A8A53C
Text Example
Text Example
White with #A8A53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A53C; }
p { color: rgb(168,165,60); }
H1.HeaderClassName
{
color: #A8A53C;
}
.AnyTagClassName
{
color: #A8A53C;
}
</style>
background-color css
<style>
a { background-color: #A8A53C; }
a { background-color: rgb(168,165,60); }
div.DivClassName
{
background-color: #A8A53C;
}
.BgClassName
{
background-color: #A8A53C;
}
</style>
border-color css
<style>
span { border-color: #A8A53C; }
span { border-color: rgb(168,165,60); }
td.TdClassName
{
border-color: #A8A53C;
}
.TagClassName
{
border-color: #A8A53C;
}
</style>