Shades of Brass #ABA83B
Tints of Brass #ABA83B
RGB
CMYK
RGB Variations
Color information
#ABA83B (or 0xABA83B) is known color: Brass. HEX triplet: AB, A8 and 3B. RGB value is (171,168,59). Sum of RGB (Red+Green+Blue) = 171+168+59=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 59 (23.44% from 255 or 14.82% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA83B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA83B is #5457C4. Grayscale: #9C9C9C. Windows color (decimal): -5527493 or 3909803. OLE color: 3909803.
HSL color Cylindrical-coordinate representation of color #ABA83B: hue angle of 58.39º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ABA83B is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 59 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.33 |
| HSL | 58.39º | 0.49% | 0.45% | - |
| HSV(B) | 58.39º | 0.65% | 0.67% | - |
| XYZ | 31.59 | 36.98 | 9.61 | - |
| YUV | 156.47 | 72.99 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 59 | 0 | 0.02 | 0.65 | 0.33 | 58.39 | 0.49 | 0.45 |
| Hex | AB | A8 | 3B | 0 | 2 | 41 | 21 | 3A | 31 | 2D |
| Octal | 253 | 250 | 73 | 0 | 2 | 101 | 41 | 72 | 61 | 55 |
| Binary | 10101011 | 10101000 | 111011 | 0 | 10 | 1000001 | 100001 | 111010 | 110001 | 101101 |
Color Harmonies of #ABA83B
Complementary color
Monochromatic Colors of #ABA83B
Black with #ABA83B
Text Example
Text Example
White with #ABA83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA83B; }
p { color: rgb(171,168,59); }
H1.HeaderClassName
{
color: #ABA83B;
}
.AnyTagClassName
{
color: #ABA83B;
}
</style>
background-color css
<style>
a { background-color: #ABA83B; }
a { background-color: rgb(171,168,59); }
div.DivClassName
{
background-color: #ABA83B;
}
.BgClassName
{
background-color: #ABA83B;
}
</style>
border-color css
<style>
span { border-color: #ABA83B; }
span { border-color: rgb(171,168,59); }
td.TdClassName
{
border-color: #ABA83B;
}
.TagClassName
{
border-color: #ABA83B;
}
</style>