Shades of Brass #A8AB44
Tints of Brass #A8AB44
RGB
CMYK
RGB Variations
Color information
#A8AB44 (or 0xA8AB44) is known color: Brass. HEX triplet: A8, AB and 44. RGB value is (168,171,68). Sum of RGB (Red+Green+Blue) = 168+171+68=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 68 (26.95% from 255 or 16.71% from 407); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AB44 is #5754BB. Grayscale: #9E9E9E. Windows color (decimal): -5723324 or 4500392. OLE color: 4500392.
HSL color Cylindrical-coordinate representation of color #A8AB44: hue angle of 61.75º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8AB44 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 171 | 68 | - |
| CMYK | 0.02 | 0 | 0.60 | 0.33 |
| HSL | 61.75º | 0.43% | 0.47% | - |
| HSV(B) | 61.75º | 0.6% | 0.67% | - |
| XYZ | 31.75 | 37.87 | 11.1 | - |
| YUV | 158.36 | 77.01 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 68 | 0.02 | 0 | 0.60 | 0.33 | 61.75 | 0.43 | 0.47 |
| Hex | A8 | AB | 44 | 2 | 0 | 3C | 21 | 3E | 2B | 2F |
| Octal | 250 | 253 | 104 | 2 | 0 | 74 | 41 | 76 | 53 | 57 |
| Binary | 10101000 | 10101011 | 1000100 | 10 | 0 | 111100 | 100001 | 111110 | 101011 | 101111 |
Color Harmonies of #A8AB44
Complementary color
Monochromatic Colors of #A8AB44
Black with #A8AB44
Text Example
Text Example
White with #A8AB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB44; }
p { color: rgb(168,171,68); }
H1.HeaderClassName
{
color: #A8AB44;
}
.AnyTagClassName
{
color: #A8AB44;
}
</style>
background-color css
<style>
a { background-color: #A8AB44; }
a { background-color: rgb(168,171,68); }
div.DivClassName
{
background-color: #A8AB44;
}
.BgClassName
{
background-color: #A8AB44;
}
</style>
border-color css
<style>
span { border-color: #A8AB44; }
span { border-color: rgb(168,171,68); }
td.TdClassName
{
border-color: #A8AB44;
}
.TagClassName
{
border-color: #A8AB44;
}
</style>