Shades of Brass #ABAF34
Tints of Brass #ABAF34
RGB
CMYK
RGB Variations
Color information
#ABAF34 (or 0xABAF34) is known color: Brass. HEX triplet: AB, AF and 34. RGB value is (171,175,52). Sum of RGB (Red+Green+Blue) = 171+175+52=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 52 (20.70% from 255 or 13.07% from 398); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAF34 is #5450CB. Grayscale: #A0A0A0. Windows color (decimal): -5525708 or 3452843. OLE color: 3452843.
HSL color Cylindrical-coordinate representation of color #ABAF34: hue angle of 61.95º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ABAF34 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 175 | 52 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.31 |
| HSL | 61.95º | 0.54% | 0.45% | - |
| HSV(B) | 61.95º | 0.7% | 0.69% | - |
| XYZ | 32.74 | 39.57 | 9.16 | - |
| YUV | 159.78 | 67.17 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 52 | 0.02 | 0 | 0.70 | 0.31 | 61.95 | 0.54 | 0.45 |
| Hex | AB | AF | 34 | 2 | 0 | 46 | 1F | 3E | 36 | 2D |
| Octal | 253 | 257 | 64 | 2 | 0 | 106 | 37 | 76 | 66 | 55 |
| Binary | 10101011 | 10101111 | 110100 | 10 | 0 | 1000110 | 11111 | 111110 | 110110 | 101101 |
Color Harmonies of #ABAF34
Complementary color
Monochromatic Colors of #ABAF34
Black with #ABAF34
Text Example
Text Example
White with #ABAF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAF34; }
p { color: rgb(171,175,52); }
H1.HeaderClassName
{
color: #ABAF34;
}
.AnyTagClassName
{
color: #ABAF34;
}
</style>
background-color css
<style>
a { background-color: #ABAF34; }
a { background-color: rgb(171,175,52); }
div.DivClassName
{
background-color: #ABAF34;
}
.BgClassName
{
background-color: #ABAF34;
}
</style>
border-color css
<style>
span { border-color: #ABAF34; }
span { border-color: rgb(171,175,52); }
td.TdClassName
{
border-color: #ABAF34;
}
.TagClassName
{
border-color: #ABAF34;
}
</style>