Shades of Brass #ABAF3A
Tints of Brass #ABAF3A
RGB
CMYK
RGB Variations
Color information
#ABAF3A (or 0xABAF3A) is known color: Brass. HEX triplet: AB, AF and 3A. RGB value is (171,175,58). Sum of RGB (Red+Green+Blue) = 171+175+58=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 58 (23.05% from 255 or 14.36% from 404); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAF3A is #5450C5. Grayscale: #A0A0A0. Windows color (decimal): -5525702 or 3846059. OLE color: 3846059.
HSL color Cylindrical-coordinate representation of color #ABAF3A: hue angle of 62.05º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ABAF3A is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 175 | 58 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.31 |
| HSL | 62.05º | 0.5% | 0.46% | - |
| HSV(B) | 62.05º | 0.67% | 0.69% | - |
| XYZ | 32.89 | 39.62 | 9.92 | - |
| YUV | 160.47 | 70.17 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 58 | 0.02 | 0 | 0.67 | 0.31 | 62.05 | 0.5 | 0.46 |
| Hex | AB | AF | 3A | 2 | 0 | 43 | 1F | 3E | 32 | 2E |
| Octal | 253 | 257 | 72 | 2 | 0 | 103 | 37 | 76 | 62 | 56 |
| Binary | 10101011 | 10101111 | 111010 | 10 | 0 | 1000011 | 11111 | 111110 | 110010 | 101110 |
Color Harmonies of #ABAF3A
Complementary color
Monochromatic Colors of #ABAF3A
Black with #ABAF3A
Text Example
Text Example
White with #ABAF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAF3A; }
p { color: rgb(171,175,58); }
H1.HeaderClassName
{
color: #ABAF3A;
}
.AnyTagClassName
{
color: #ABAF3A;
}
</style>
background-color css
<style>
a { background-color: #ABAF3A; }
a { background-color: rgb(171,175,58); }
div.DivClassName
{
background-color: #ABAF3A;
}
.BgClassName
{
background-color: #ABAF3A;
}
</style>
border-color css
<style>
span { border-color: #ABAF3A; }
span { border-color: rgb(171,175,58); }
td.TdClassName
{
border-color: #ABAF3A;
}
.TagClassName
{
border-color: #ABAF3A;
}
</style>