Shades of Brass #ABA63B
Tints of Brass #ABA63B
RGB
CMYK
RGB Variations
Color information
#ABA63B (or 0xABA63B) is known color: Brass. HEX triplet: AB, A6 and 3B. RGB value is (171,166,59). Sum of RGB (Red+Green+Blue) = 171+166+59=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 166 (65.23% from 255 or 41.92% from 396); Blue value is 59 (23.44% from 255 or 14.90% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA63B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA63B is #5459C4. Grayscale: #9B9B9B. Windows color (decimal): -5528005 or 3909291. OLE color: 3909291.
HSL color Cylindrical-coordinate representation of color #ABA63B: hue angle of 57.32º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ABA63B is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 59 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.33 |
| HSL | 57.32º | 0.49% | 0.45% | - |
| HSV(B) | 57.32º | 0.65% | 0.67% | - |
| XYZ | 31.22 | 36.25 | 9.49 | - |
| YUV | 155.3 | 73.66 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 59 | 0 | 0.03 | 0.65 | 0.33 | 57.32 | 0.49 | 0.45 |
| Hex | AB | A6 | 3B | 0 | 3 | 41 | 21 | 39 | 31 | 2D |
| Octal | 253 | 246 | 73 | 0 | 3 | 101 | 41 | 71 | 61 | 55 |
| Binary | 10101011 | 10100110 | 111011 | 0 | 11 | 1000001 | 100001 | 111001 | 110001 | 101101 |
Color Harmonies of #ABA63B
Complementary color
Monochromatic Colors of #ABA63B
Black with #ABA63B
Text Example
Text Example
White with #ABA63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA63B; }
p { color: rgb(171,166,59); }
H1.HeaderClassName
{
color: #ABA63B;
}
.AnyTagClassName
{
color: #ABA63B;
}
</style>
background-color css
<style>
a { background-color: #ABA63B; }
a { background-color: rgb(171,166,59); }
div.DivClassName
{
background-color: #ABA63B;
}
.BgClassName
{
background-color: #ABA63B;
}
</style>
border-color css
<style>
span { border-color: #ABA63B; }
span { border-color: rgb(171,166,59); }
td.TdClassName
{
border-color: #ABA63B;
}
.TagClassName
{
border-color: #ABA63B;
}
</style>