Shades of Brass #ABAE43
Tints of Brass #ABAE43
RGB
CMYK
RGB Variations
Color information
#ABAE43 (or 0xABAE43) is known color: Brass. HEX triplet: AB, AE and 43. RGB value is (171,174,67). Sum of RGB (Red+Green+Blue) = 171+174+67=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 67 (26.56% from 255 or 16.26% from 412); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAE43 is #5451BC. Grayscale: #A1A1A1. Windows color (decimal): -5525949 or 4435627. OLE color: 4435627.
HSL color Cylindrical-coordinate representation of color #ABAE43: hue angle of 61.68º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ABAE43 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 174 | 67 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.32 |
| HSL | 61.68º | 0.44% | 0.47% | - |
| HSV(B) | 61.68º | 0.61% | 0.68% | - |
| XYZ | 32.94 | 39.34 | 11.17 | - |
| YUV | 160.91 | 75.01 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 174 | 67 | 0.02 | 0 | 0.61 | 0.32 | 61.68 | 0.44 | 0.47 |
| Hex | AB | AE | 43 | 2 | 0 | 3D | 20 | 3E | 2C | 2F |
| Octal | 253 | 256 | 103 | 2 | 0 | 75 | 40 | 76 | 54 | 57 |
| Binary | 10101011 | 10101110 | 1000011 | 10 | 0 | 111101 | 100000 | 111110 | 101100 | 101111 |
Color Harmonies of #ABAE43
Complementary color
Monochromatic Colors of #ABAE43
Black with #ABAE43
Text Example
Text Example
White with #ABAE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAE43; }
p { color: rgb(171,174,67); }
H1.HeaderClassName
{
color: #ABAE43;
}
.AnyTagClassName
{
color: #ABAE43;
}
</style>
background-color css
<style>
a { background-color: #ABAE43; }
a { background-color: rgb(171,174,67); }
div.DivClassName
{
background-color: #ABAE43;
}
.BgClassName
{
background-color: #ABAE43;
}
</style>
border-color css
<style>
span { border-color: #ABAE43; }
span { border-color: rgb(171,174,67); }
td.TdClassName
{
border-color: #ABAE43;
}
.TagClassName
{
border-color: #ABAE43;
}
</style>