Shades of Brass #A8AD35
Tints of Brass #A8AD35
RGB
CMYK
RGB Variations
Color information
#A8AD35 (or 0xA8AD35) is known color: Brass. HEX triplet: A8, AD and 35. RGB value is (168,173,53). Sum of RGB (Red+Green+Blue) = 168+173+53=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 53 (21.09% from 255 or 13.45% from 394); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AD35 is #5752CA. Grayscale: #9E9E9E. Windows color (decimal): -5722827 or 3517864. OLE color: 3517864.
HSL color Cylindrical-coordinate representation of color #A8AD35: hue angle of 62.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8AD35 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 173 | 53 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.32 |
| HSL | 62.5º | 0.53% | 0.44% | - |
| HSV(B) | 62.5º | 0.69% | 0.68% | - |
| XYZ | 31.73 | 38.47 | 9.12 | - |
| YUV | 157.83 | 68.84 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 53 | 0.03 | 0 | 0.69 | 0.32 | 62.5 | 0.53 | 0.44 |
| Hex | A8 | AD | 35 | 3 | 0 | 45 | 20 | 3F | 35 | 2C |
| Octal | 250 | 255 | 65 | 3 | 0 | 105 | 40 | 77 | 65 | 54 |
| Binary | 10101000 | 10101101 | 110101 | 11 | 0 | 1000101 | 100000 | 111111 | 110101 | 101100 |
Color Harmonies of #A8AD35
Complementary color
Monochromatic Colors of #A8AD35
Black with #A8AD35
Text Example
Text Example
White with #A8AD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AD35; }
p { color: rgb(168,173,53); }
H1.HeaderClassName
{
color: #A8AD35;
}
.AnyTagClassName
{
color: #A8AD35;
}
</style>
background-color css
<style>
a { background-color: #A8AD35; }
a { background-color: rgb(168,173,53); }
div.DivClassName
{
background-color: #A8AD35;
}
.BgClassName
{
background-color: #A8AD35;
}
</style>
border-color css
<style>
span { border-color: #A8AD35; }
span { border-color: rgb(168,173,53); }
td.TdClassName
{
border-color: #A8AD35;
}
.TagClassName
{
border-color: #A8AD35;
}
</style>