Shades of Brass #A8A935
Tints of Brass #A8A935
RGB
CMYK
RGB Variations
Color information
#A8A935 (or 0xA8A935) is known color: Brass. HEX triplet: A8, A9 and 35. RGB value is (168,169,53). Sum of RGB (Red+Green+Blue) = 168+169+53=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 169 (66.41% from 255 or 43.33% from 390); Blue value is 53 (21.09% from 255 or 13.59% from 390); Max value from RGB is 169 - color contains mainly: green. Hex color #A8A935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A935 is #5756CA. Grayscale: #9B9B9B. Windows color (decimal): -5723851 or 3516840. OLE color: 3516840.
HSL color Cylindrical-coordinate representation of color #A8A935: hue angle of 60.52º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8A935 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 169 | 53 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.34 |
| HSL | 60.52º | 0.52% | 0.44% | - |
| HSV(B) | 60.52º | 0.69% | 0.66% | - |
| XYZ | 30.98 | 36.96 | 8.87 | - |
| YUV | 155.48 | 70.17 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 169 | 53 | 0.01 | 0 | 0.69 | 0.34 | 60.52 | 0.52 | 0.44 |
| Hex | A8 | A9 | 35 | 1 | 0 | 45 | 22 | 3D | 34 | 2C |
| Octal | 250 | 251 | 65 | 1 | 0 | 105 | 42 | 75 | 64 | 54 |
| Binary | 10101000 | 10101001 | 110101 | 1 | 0 | 1000101 | 100010 | 111101 | 110100 | 101100 |
Color Harmonies of #A8A935
Complementary color
Monochromatic Colors of #A8A935
Black with #A8A935
Text Example
Text Example
White with #A8A935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A935; }
p { color: rgb(168,169,53); }
H1.HeaderClassName
{
color: #A8A935;
}
.AnyTagClassName
{
color: #A8A935;
}
</style>
background-color css
<style>
a { background-color: #A8A935; }
a { background-color: rgb(168,169,53); }
div.DivClassName
{
background-color: #A8A935;
}
.BgClassName
{
background-color: #A8A935;
}
</style>
border-color css
<style>
span { border-color: #A8A935; }
span { border-color: rgb(168,169,53); }
td.TdClassName
{
border-color: #A8A935;
}
.TagClassName
{
border-color: #A8A935;
}
</style>