Shades of Brass #ACAE3E
Tints of Brass #ACAE3E
RGB
CMYK
RGB Variations
Color information
#ACAE3E (or 0xACAE3E) is known color: Brass. HEX triplet: AC, AE and 3E. RGB value is (172,174,62). Sum of RGB (Red+Green+Blue) = 172+174+62=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 62 (24.61% from 255 or 15.20% from 408); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAE3E is #5351C1. Grayscale: #A1A1A1. Windows color (decimal): -5460418 or 4107948. OLE color: 4107948.
HSL color Cylindrical-coordinate representation of color #ACAE3E: hue angle of 61.07º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACAE3E is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 174 | 62 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.32 |
| HSL | 61.07º | 0.47% | 0.46% | - |
| HSV(B) | 61.07º | 0.64% | 0.68% | - |
| XYZ | 33.02 | 39.39 | 10.42 | - |
| YUV | 160.63 | 72.34 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 174 | 62 | 0.01 | 0 | 0.64 | 0.32 | 61.07 | 0.47 | 0.46 |
| Hex | AC | AE | 3E | 1 | 0 | 40 | 20 | 3D | 2F | 2E |
| Octal | 254 | 256 | 76 | 1 | 0 | 100 | 40 | 75 | 57 | 56 |
| Binary | 10101100 | 10101110 | 111110 | 1 | 0 | 1000000 | 100000 | 111101 | 101111 | 101110 |
Color Harmonies of #ACAE3E
Complementary color
Monochromatic Colors of #ACAE3E
Black with #ACAE3E
Text Example
Text Example
White with #ACAE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAE3E; }
p { color: rgb(172,174,62); }
H1.HeaderClassName
{
color: #ACAE3E;
}
.AnyTagClassName
{
color: #ACAE3E;
}
</style>
background-color css
<style>
a { background-color: #ACAE3E; }
a { background-color: rgb(172,174,62); }
div.DivClassName
{
background-color: #ACAE3E;
}
.BgClassName
{
background-color: #ACAE3E;
}
</style>
border-color css
<style>
span { border-color: #ACAE3E; }
span { border-color: rgb(172,174,62); }
td.TdClassName
{
border-color: #ACAE3E;
}
.TagClassName
{
border-color: #ACAE3E;
}
</style>