Shades of Brass #AEB143
Tints of Brass #AEB143
RGB
CMYK
RGB Variations
Color information
#AEB143 (or 0xAEB143) is known color: Brass. HEX triplet: AE, B1 and 43. RGB value is (174,177,67). Sum of RGB (Red+Green+Blue) = 174+177+67=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 67 (26.56% from 255 or 16.03% from 418); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB143 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEB143 is #514EBC. Grayscale: #A4A4A4. Windows color (decimal): -5328573 or 4436398. OLE color: 4436398.
HSL color Cylindrical-coordinate representation of color #AEB143: hue angle of 61.64º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AEB143 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 174 | 177 | 67 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.31 |
| HSL | 61.64º | 0.45% | 0.48% | - |
| HSV(B) | 61.64º | 0.62% | 0.69% | - |
| XYZ | 34.19 | 40.85 | 11.39 | - |
| YUV | 163.56 | 73.51 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 177 | 67 | 0.02 | 0 | 0.62 | 0.31 | 61.64 | 0.45 | 0.48 |
| Hex | AE | B1 | 43 | 2 | 0 | 3E | 1F | 3E | 2D | 30 |
| Octal | 256 | 261 | 103 | 2 | 0 | 76 | 37 | 76 | 55 | 60 |
| Binary | 10101110 | 10110001 | 1000011 | 10 | 0 | 111110 | 11111 | 111110 | 101101 | 110000 |
Color Harmonies of #AEB143
Complementary color
Monochromatic Colors of #AEB143
Black with #AEB143
Text Example
Text Example
White with #AEB143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB143; }
p { color: rgb(174,177,67); }
H1.HeaderClassName
{
color: #AEB143;
}
.AnyTagClassName
{
color: #AEB143;
}
</style>
background-color css
<style>
a { background-color: #AEB143; }
a { background-color: rgb(174,177,67); }
div.DivClassName
{
background-color: #AEB143;
}
.BgClassName
{
background-color: #AEB143;
}
</style>
border-color css
<style>
span { border-color: #AEB143; }
span { border-color: rgb(174,177,67); }
td.TdClassName
{
border-color: #AEB143;
}
.TagClassName
{
border-color: #AEB143;
}
</style>