Shades of Brass #ABAF32
Tints of Brass #ABAF32
RGB
CMYK
RGB Variations
Color information
#ABAF32 (or 0xABAF32) is known color: Brass. HEX triplet: AB, AF and 32. RGB value is (171,175,50). Sum of RGB (Red+Green+Blue) = 171+175+50=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 50 (19.92% from 255 or 12.63% from 396); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAF32 is #5450CD. Grayscale: #A0A0A0. Windows color (decimal): -5525710 or 3321771. OLE color: 3321771.
HSL color Cylindrical-coordinate representation of color #ABAF32: hue angle of 61.92º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ABAF32 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 175 | 50 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.31 |
| HSL | 61.92º | 0.56% | 0.44% | - |
| HSV(B) | 61.92º | 0.71% | 0.69% | - |
| XYZ | 32.7 | 39.55 | 8.93 | - |
| YUV | 159.55 | 66.17 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 50 | 0.02 | 0 | 0.71 | 0.31 | 61.92 | 0.56 | 0.44 |
| Hex | AB | AF | 32 | 2 | 0 | 47 | 1F | 3E | 38 | 2C |
| Octal | 253 | 257 | 62 | 2 | 0 | 107 | 37 | 76 | 70 | 54 |
| Binary | 10101011 | 10101111 | 110010 | 10 | 0 | 1000111 | 11111 | 111110 | 111000 | 101100 |
Color Harmonies of #ABAF32
Complementary color
Monochromatic Colors of #ABAF32
Black with #ABAF32
Text Example
Text Example
White with #ABAF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAF32; }
p { color: rgb(171,175,50); }
H1.HeaderClassName
{
color: #ABAF32;
}
.AnyTagClassName
{
color: #ABAF32;
}
</style>
background-color css
<style>
a { background-color: #ABAF32; }
a { background-color: rgb(171,175,50); }
div.DivClassName
{
background-color: #ABAF32;
}
.BgClassName
{
background-color: #ABAF32;
}
</style>
border-color css
<style>
span { border-color: #ABAF32; }
span { border-color: rgb(171,175,50); }
td.TdClassName
{
border-color: #ABAF32;
}
.TagClassName
{
border-color: #ABAF32;
}
</style>