Shades of Brass #ABAF43
Tints of Brass #ABAF43
RGB
CMYK
RGB Variations
Color information
#ABAF43 (or 0xABAF43) is known color: Brass. HEX triplet: AB, AF and 43. RGB value is (171,175,67). Sum of RGB (Red+Green+Blue) = 171+175+67=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 67 (26.56% from 255 or 16.22% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAF43 is #5450BC. Grayscale: #A1A1A1. Windows color (decimal): -5525693 or 4435883. OLE color: 4435883.
HSL color Cylindrical-coordinate representation of color #ABAF43: hue angle of 62.22º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ABAF43 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 175 | 67 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.31 |
| HSL | 62.22º | 0.45% | 0.47% | - |
| HSV(B) | 62.22º | 0.62% | 0.69% | - |
| XYZ | 33.14 | 39.72 | 11.23 | - |
| YUV | 161.49 | 74.67 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 67 | 0.02 | 0 | 0.62 | 0.31 | 62.22 | 0.45 | 0.47 |
| Hex | AB | AF | 43 | 2 | 0 | 3E | 1F | 3E | 2D | 2F |
| Octal | 253 | 257 | 103 | 2 | 0 | 76 | 37 | 76 | 55 | 57 |
| Binary | 10101011 | 10101111 | 1000011 | 10 | 0 | 111110 | 11111 | 111110 | 101101 | 101111 |
Color Harmonies of #ABAF43
Complementary color
Monochromatic Colors of #ABAF43
Black with #ABAF43
Text Example
Text Example
White with #ABAF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAF43; }
p { color: rgb(171,175,67); }
H1.HeaderClassName
{
color: #ABAF43;
}
.AnyTagClassName
{
color: #ABAF43;
}
</style>
background-color css
<style>
a { background-color: #ABAF43; }
a { background-color: rgb(171,175,67); }
div.DivClassName
{
background-color: #ABAF43;
}
.BgClassName
{
background-color: #ABAF43;
}
</style>
border-color css
<style>
span { border-color: #ABAF43; }
span { border-color: rgb(171,175,67); }
td.TdClassName
{
border-color: #ABAF43;
}
.TagClassName
{
border-color: #ABAF43;
}
</style>