Shades of Brass #A8AA36
Tints of Brass #A8AA36
RGB
CMYK
RGB Variations
Color information
#A8AA36 (or 0xA8AA36) is known color: Brass. HEX triplet: A8, AA and 36. RGB value is (168,170,54). Sum of RGB (Red+Green+Blue) = 168+170+54=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 54 (21.48% from 255 or 13.78% from 392); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AA36 is #5755C9. Grayscale: #9C9C9C. Windows color (decimal): -5723594 or 3582632. OLE color: 3582632.
HSL color Cylindrical-coordinate representation of color #A8AA36: hue angle of 61.03º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A8AA36 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 170 | 54 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.33 |
| HSL | 61.03º | 0.52% | 0.44% | - |
| HSV(B) | 61.03º | 0.68% | 0.67% | - |
| XYZ | 31.19 | 37.34 | 9.05 | - |
| YUV | 156.18 | 70.34 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 54 | 0.01 | 0 | 0.68 | 0.33 | 61.03 | 0.52 | 0.44 |
| Hex | A8 | AA | 36 | 1 | 0 | 44 | 21 | 3D | 34 | 2C |
| Octal | 250 | 252 | 66 | 1 | 0 | 104 | 41 | 75 | 64 | 54 |
| Binary | 10101000 | 10101010 | 110110 | 1 | 0 | 1000100 | 100001 | 111101 | 110100 | 101100 |
Color Harmonies of #A8AA36
Complementary color
Monochromatic Colors of #A8AA36
Black with #A8AA36
Text Example
Text Example
White with #A8AA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA36; }
p { color: rgb(168,170,54); }
H1.HeaderClassName
{
color: #A8AA36;
}
.AnyTagClassName
{
color: #A8AA36;
}
</style>
background-color css
<style>
a { background-color: #A8AA36; }
a { background-color: rgb(168,170,54); }
div.DivClassName
{
background-color: #A8AA36;
}
.BgClassName
{
background-color: #A8AA36;
}
</style>
border-color css
<style>
span { border-color: #A8AA36; }
span { border-color: rgb(168,170,54); }
td.TdClassName
{
border-color: #A8AA36;
}
.TagClassName
{
border-color: #A8AA36;
}
</style>