Shades of Brass #A8AB33
Tints of Brass #A8AB33
RGB
CMYK
RGB Variations
Color information
#A8AB33 (or 0xA8AB33) is known color: Brass. HEX triplet: A8, AB and 33. RGB value is (168,171,51). Sum of RGB (Red+Green+Blue) = 168+171+51=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 51 (20.31% from 255 or 13.08% from 390); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AB33 is #5754CC. Grayscale: #9C9C9C. Windows color (decimal): -5723341 or 3386280. OLE color: 3386280.
HSL color Cylindrical-coordinate representation of color #A8AB33: hue angle of 61.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8AB33 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 171 | 51 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.33 |
| HSL | 61.5º | 0.54% | 0.44% | - |
| HSV(B) | 61.5º | 0.7% | 0.67% | - |
| XYZ | 31.31 | 37.69 | 8.76 | - |
| YUV | 156.42 | 68.51 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 51 | 0.02 | 0 | 0.70 | 0.33 | 61.5 | 0.54 | 0.44 |
| Hex | A8 | AB | 33 | 2 | 0 | 46 | 21 | 3E | 36 | 2C |
| Octal | 250 | 253 | 63 | 2 | 0 | 106 | 41 | 76 | 66 | 54 |
| Binary | 10101000 | 10101011 | 110011 | 10 | 0 | 1000110 | 100001 | 111110 | 110110 | 101100 |
Color Harmonies of #A8AB33
Complementary color
Monochromatic Colors of #A8AB33
Black with #A8AB33
Text Example
Text Example
White with #A8AB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB33; }
p { color: rgb(168,171,51); }
H1.HeaderClassName
{
color: #A8AB33;
}
.AnyTagClassName
{
color: #A8AB33;
}
</style>
background-color css
<style>
a { background-color: #A8AB33; }
a { background-color: rgb(168,171,51); }
div.DivClassName
{
background-color: #A8AB33;
}
.BgClassName
{
background-color: #A8AB33;
}
</style>
border-color css
<style>
span { border-color: #A8AB33; }
span { border-color: rgb(168,171,51); }
td.TdClassName
{
border-color: #A8AB33;
}
.TagClassName
{
border-color: #A8AB33;
}
</style>