Shades of Brass #ABA84B
Tints of Brass #ABA84B
RGB
CMYK
RGB Variations
Color information
#ABA84B (or 0xABA84B) is known color: Brass. HEX triplet: AB, A8 and 4B. RGB value is (171,168,75). Sum of RGB (Red+Green+Blue) = 171+168+75=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 75 (29.69% from 255 or 18.12% from 414); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA84B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA84B is #5457B4. Grayscale: #9E9E9E. Windows color (decimal): -5527477 or 4958379. OLE color: 4958379.
HSL color Cylindrical-coordinate representation of color #ABA84B: hue angle of 58.12º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ABA84B is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 75 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.33 |
| HSL | 58.13º | 0.39% | 0.48% | - |
| HSV(B) | 58.13º | 0.56% | 0.67% | - |
| XYZ | 32.07 | 37.17 | 12.14 | - |
| YUV | 158.3 | 80.99 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 75 | 0 | 0.02 | 0.56 | 0.33 | 58.13 | 0.39 | 0.48 |
| Hex | AB | A8 | 4B | 0 | 2 | 38 | 21 | 3A | 27 | 30 |
| Octal | 253 | 250 | 113 | 0 | 2 | 70 | 41 | 72 | 47 | 60 |
| Binary | 10101011 | 10101000 | 1001011 | 0 | 10 | 111000 | 100001 | 111010 | 100111 | 110000 |
Color Harmonies of #ABA84B
Complementary color
Monochromatic Colors of #ABA84B
Black with #ABA84B
Text Example
Text Example
White with #ABA84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA84B; }
p { color: rgb(171,168,75); }
H1.HeaderClassName
{
color: #ABA84B;
}
.AnyTagClassName
{
color: #ABA84B;
}
</style>
background-color css
<style>
a { background-color: #ABA84B; }
a { background-color: rgb(171,168,75); }
div.DivClassName
{
background-color: #ABA84B;
}
.BgClassName
{
background-color: #ABA84B;
}
</style>
border-color css
<style>
span { border-color: #ABA84B; }
span { border-color: rgb(171,168,75); }
td.TdClassName
{
border-color: #ABA84B;
}
.TagClassName
{
border-color: #ABA84B;
}
</style>