Shades of Brass #A8AB43
Tints of Brass #A8AB43
RGB
CMYK
RGB Variations
Color information
#A8AB43 (or 0xA8AB43) is known color: Brass. HEX triplet: A8, AB and 43. RGB value is (168,171,67). Sum of RGB (Red+Green+Blue) = 168+171+67=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 67 (26.56% from 255 or 16.50% from 406); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AB43 is #5754BC. Grayscale: #9E9E9E. Windows color (decimal): -5723325 or 4434856. OLE color: 4434856.
HSL color Cylindrical-coordinate representation of color #A8AB43: hue angle of 61.73º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8AB43 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 171 | 67 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.33 |
| HSL | 61.73º | 0.44% | 0.47% | - |
| HSV(B) | 61.73º | 0.61% | 0.67% | - |
| XYZ | 31.72 | 37.86 | 10.95 | - |
| YUV | 158.25 | 76.51 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 67 | 0.02 | 0 | 0.61 | 0.33 | 61.73 | 0.44 | 0.47 |
| Hex | A8 | AB | 43 | 2 | 0 | 3D | 21 | 3E | 2C | 2F |
| Octal | 250 | 253 | 103 | 2 | 0 | 75 | 41 | 76 | 54 | 57 |
| Binary | 10101000 | 10101011 | 1000011 | 10 | 0 | 111101 | 100001 | 111110 | 101100 | 101111 |
Color Harmonies of #A8AB43
Complementary color
Monochromatic Colors of #A8AB43
Black with #A8AB43
Text Example
Text Example
White with #A8AB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB43; }
p { color: rgb(168,171,67); }
H1.HeaderClassName
{
color: #A8AB43;
}
.AnyTagClassName
{
color: #A8AB43;
}
</style>
background-color css
<style>
a { background-color: #A8AB43; }
a { background-color: rgb(168,171,67); }
div.DivClassName
{
background-color: #A8AB43;
}
.BgClassName
{
background-color: #A8AB43;
}
</style>
border-color css
<style>
span { border-color: #A8AB43; }
span { border-color: rgb(168,171,67); }
td.TdClassName
{
border-color: #A8AB43;
}
.TagClassName
{
border-color: #A8AB43;
}
</style>