Shades of Brass #ADAE3F
Tints of Brass #ADAE3F
RGB
CMYK
RGB Variations
Color information
#ADAE3F (or 0xADAE3F) is known color: Brass. HEX triplet: AD, AE and 3F. RGB value is (173,174,63). Sum of RGB (Red+Green+Blue) = 173+174+63=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 63 (25% from 255 or 15.37% from 410); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAE3F is #5251C0. Grayscale: #A1A1A1. Windows color (decimal): -5394881 or 4173485. OLE color: 4173485.
HSL color Cylindrical-coordinate representation of color #ADAE3F: hue angle of 60.54º 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 #ADAE3F is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 174 | 63 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.32 |
| HSL | 60.54º | 0.47% | 0.46% | - |
| HSV(B) | 60.54º | 0.64% | 0.68% | - |
| XYZ | 33.27 | 39.52 | 10.58 | - |
| YUV | 161.05 | 72.67 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 63 | 0.01 | 0 | 0.64 | 0.32 | 60.54 | 0.47 | 0.46 |
| Hex | AD | AE | 3F | 1 | 0 | 40 | 20 | 3D | 2F | 2E |
| Octal | 255 | 256 | 77 | 1 | 0 | 100 | 40 | 75 | 57 | 56 |
| Binary | 10101101 | 10101110 | 111111 | 1 | 0 | 1000000 | 100000 | 111101 | 101111 | 101110 |
Color Harmonies of #ADAE3F
Complementary color
Monochromatic Colors of #ADAE3F
Black with #ADAE3F
Text Example
Text Example
White with #ADAE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAE3F; }
p { color: rgb(173,174,63); }
H1.HeaderClassName
{
color: #ADAE3F;
}
.AnyTagClassName
{
color: #ADAE3F;
}
</style>
background-color css
<style>
a { background-color: #ADAE3F; }
a { background-color: rgb(173,174,63); }
div.DivClassName
{
background-color: #ADAE3F;
}
.BgClassName
{
background-color: #ADAE3F;
}
</style>
border-color css
<style>
span { border-color: #ADAE3F; }
span { border-color: rgb(173,174,63); }
td.TdClassName
{
border-color: #ADAE3F;
}
.TagClassName
{
border-color: #ADAE3F;
}
</style>