Shades of Brass #AEB044
Tints of Brass #AEB044
RGB
CMYK
RGB Variations
Color information
#AEB044 (or 0xAEB044) is known color: Brass. HEX triplet: AE, B0 and 44. RGB value is (174,176,68). Sum of RGB (Red+Green+Blue) = 174+176+68=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 68 (26.95% from 255 or 16.27% from 418); Max value from RGB is 176 - color contains mainly: green. Hex color #AEB044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEB044 is #514FBB. Grayscale: #A3A3A3. Windows color (decimal): -5328828 or 4501678. OLE color: 4501678.
HSL color Cylindrical-coordinate representation of color #AEB044: hue angle of 61.11º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AEB044 is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 174 | 176 | 68 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.31 |
| HSL | 61.11º | 0.44% | 0.48% | - |
| HSV(B) | 61.11º | 0.61% | 0.69% | - |
| XYZ | 34.02 | 40.47 | 11.49 | - |
| YUV | 163.09 | 74.34 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 176 | 68 | 0.01 | 0 | 0.61 | 0.31 | 61.11 | 0.44 | 0.48 |
| Hex | AE | B0 | 44 | 1 | 0 | 3D | 1F | 3D | 2C | 30 |
| Octal | 256 | 260 | 104 | 1 | 0 | 75 | 37 | 75 | 54 | 60 |
| Binary | 10101110 | 10110000 | 1000100 | 1 | 0 | 111101 | 11111 | 111101 | 101100 | 110000 |
Color Harmonies of #AEB044
Complementary color
Monochromatic Colors of #AEB044
Black with #AEB044
Text Example
Text Example
White with #AEB044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB044; }
p { color: rgb(174,176,68); }
H1.HeaderClassName
{
color: #AEB044;
}
.AnyTagClassName
{
color: #AEB044;
}
</style>
background-color css
<style>
a { background-color: #AEB044; }
a { background-color: rgb(174,176,68); }
div.DivClassName
{
background-color: #AEB044;
}
.BgClassName
{
background-color: #AEB044;
}
</style>
border-color css
<style>
span { border-color: #AEB044; }
span { border-color: rgb(174,176,68); }
td.TdClassName
{
border-color: #AEB044;
}
.TagClassName
{
border-color: #AEB044;
}
</style>