Shades of Brass #ABA83D
Tints of Brass #ABA83D
RGB
CMYK
RGB Variations
Color information
#ABA83D (or 0xABA83D) is known color: Brass. HEX triplet: AB, A8 and 3D. RGB value is (171,168,61). Sum of RGB (Red+Green+Blue) = 171+168+61=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 168 (66.02% from 255 or 42% from 400); Blue value is 61 (24.22% from 255 or 15.25% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA83D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA83D is #5457C2. Grayscale: #9D9D9D. Windows color (decimal): -5527491 or 4040875. OLE color: 4040875.
HSL color Cylindrical-coordinate representation of color #ABA83D: hue angle of 58.36º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ABA83D is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 61 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.33 |
| HSL | 58.36º | 0.47% | 0.45% | - |
| HSV(B) | 58.36º | 0.64% | 0.67% | - |
| XYZ | 31.64 | 37 | 9.89 | - |
| YUV | 156.7 | 73.99 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 61 | 0 | 0.02 | 0.64 | 0.33 | 58.36 | 0.47 | 0.45 |
| Hex | AB | A8 | 3D | 0 | 2 | 40 | 21 | 3A | 2F | 2D |
| Octal | 253 | 250 | 75 | 0 | 2 | 100 | 41 | 72 | 57 | 55 |
| Binary | 10101011 | 10101000 | 111101 | 0 | 10 | 1000000 | 100001 | 111010 | 101111 | 101101 |
Color Harmonies of #ABA83D
Complementary color
Monochromatic Colors of #ABA83D
Black with #ABA83D
Text Example
Text Example
White with #ABA83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA83D; }
p { color: rgb(171,168,61); }
H1.HeaderClassName
{
color: #ABA83D;
}
.AnyTagClassName
{
color: #ABA83D;
}
</style>
background-color css
<style>
a { background-color: #ABA83D; }
a { background-color: rgb(171,168,61); }
div.DivClassName
{
background-color: #ABA83D;
}
.BgClassName
{
background-color: #ABA83D;
}
</style>
border-color css
<style>
span { border-color: #ABA83D; }
span { border-color: rgb(171,168,61); }
td.TdClassName
{
border-color: #ABA83D;
}
.TagClassName
{
border-color: #ABA83D;
}
</style>