Shades of Brass #A8AA33
Tints of Brass #A8AA33
RGB
CMYK
RGB Variations
Color information
#A8AA33 (or 0xA8AA33) is known color: Brass. HEX triplet: A8, AA and 33. RGB value is (168,170,51). Sum of RGB (Red+Green+Blue) = 168+170+51=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 51 (20.31% from 255 or 13.11% from 389); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AA33 is #5755CC. Grayscale: #9C9C9C. Windows color (decimal): -5723597 or 3386024. OLE color: 3386024.
HSL color Cylindrical-coordinate representation of color #A8AA33: hue angle of 61.01º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8AA33 is Cyan = 0.01, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 170 | 51 | - |
| CMYK | 0.01 | 0 | 0.7 | 0.33 |
| HSL | 61.01º | 0.54% | 0.43% | - |
| HSV(B) | 61.01º | 0.7% | 0.67% | - |
| XYZ | 31.12 | 37.31 | 8.69 | - |
| YUV | 155.84 | 68.84 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 51 | 0.01 | 0 | 0.7 | 0.33 | 61.01 | 0.54 | 0.43 |
| Hex | A8 | AA | 33 | 1 | 0 | 46 | 21 | 3D | 36 | 2B |
| Octal | 250 | 252 | 63 | 1 | 0 | 106 | 41 | 75 | 66 | 53 |
| Binary | 10101000 | 10101010 | 110011 | 1 | 0 | 1000110 | 100001 | 111101 | 110110 | 101011 |
Color Harmonies of #A8AA33
Complementary color
Monochromatic Colors of #A8AA33
Black with #A8AA33
Text Example
Text Example
White with #A8AA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA33; }
p { color: rgb(168,170,51); }
H1.HeaderClassName
{
color: #A8AA33;
}
.AnyTagClassName
{
color: #A8AA33;
}
</style>
background-color css
<style>
a { background-color: #A8AA33; }
a { background-color: rgb(168,170,51); }
div.DivClassName
{
background-color: #A8AA33;
}
.BgClassName
{
background-color: #A8AA33;
}
</style>
border-color css
<style>
span { border-color: #A8AA33; }
span { border-color: rgb(168,170,51); }
td.TdClassName
{
border-color: #A8AA33;
}
.TagClassName
{
border-color: #A8AA33;
}
</style>