Shades of Brass #ABA835
Tints of Brass #ABA835
RGB
CMYK
RGB Variations
Color information
#ABA835 (or 0xABA835) is known color: Brass. HEX triplet: AB, A8 and 35. RGB value is (171,168,53). Sum of RGB (Red+Green+Blue) = 171+168+53=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 53 (21.09% from 255 or 13.52% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA835 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA835 is #5457CA. Grayscale: #9C9C9C. Windows color (decimal): -5527499 or 3516587. OLE color: 3516587.
HSL color Cylindrical-coordinate representation of color #ABA835: hue angle of 58.47º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ABA835 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 53 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.33 |
| HSL | 58.47º | 0.53% | 0.44% | - |
| HSV(B) | 58.47º | 0.69% | 0.67% | - |
| XYZ | 31.44 | 36.92 | 8.84 | - |
| YUV | 155.79 | 69.99 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 53 | 0 | 0.02 | 0.69 | 0.33 | 58.47 | 0.53 | 0.44 |
| Hex | AB | A8 | 35 | 0 | 2 | 45 | 21 | 3A | 35 | 2C |
| Octal | 253 | 250 | 65 | 0 | 2 | 105 | 41 | 72 | 65 | 54 |
| Binary | 10101011 | 10101000 | 110101 | 0 | 10 | 1000101 | 100001 | 111010 | 110101 | 101100 |
Color Harmonies of #ABA835
Complementary color
Monochromatic Colors of #ABA835
Black with #ABA835
Text Example
Text Example
White with #ABA835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA835; }
p { color: rgb(171,168,53); }
H1.HeaderClassName
{
color: #ABA835;
}
.AnyTagClassName
{
color: #ABA835;
}
</style>
background-color css
<style>
a { background-color: #ABA835; }
a { background-color: rgb(171,168,53); }
div.DivClassName
{
background-color: #ABA835;
}
.BgClassName
{
background-color: #ABA835;
}
</style>
border-color css
<style>
span { border-color: #ABA835; }
span { border-color: rgb(171,168,53); }
td.TdClassName
{
border-color: #ABA835;
}
.TagClassName
{
border-color: #ABA835;
}
</style>