Shades of Brass #ADAE41
Tints of Brass #ADAE41
RGB
CMYK
RGB Variations
Color information
#ADAE41 (or 0xADAE41) is known color: Brass. HEX triplet: AD, AE and 41. RGB value is (173,174,65). Sum of RGB (Red+Green+Blue) = 173+174+65=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 65 (25.78% from 255 or 15.78% from 412); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAE41 is #5251BE. Grayscale: #A1A1A1. Windows color (decimal): -5394879 or 4304557. OLE color: 4304557.
HSL color Cylindrical-coordinate representation of color #ADAE41: hue angle of 60.55º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADAE41 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 174 | 65 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.32 |
| HSL | 60.55º | 0.46% | 0.47% | - |
| HSV(B) | 60.55º | 0.63% | 0.68% | - |
| XYZ | 33.32 | 39.54 | 10.88 | - |
| YUV | 161.28 | 73.67 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 65 | 0.01 | 0 | 0.63 | 0.32 | 60.55 | 0.46 | 0.47 |
| Hex | AD | AE | 41 | 1 | 0 | 3F | 20 | 3D | 2E | 2F |
| Octal | 255 | 256 | 101 | 1 | 0 | 77 | 40 | 75 | 56 | 57 |
| Binary | 10101101 | 10101110 | 1000001 | 1 | 0 | 111111 | 100000 | 111101 | 101110 | 101111 |
Color Harmonies of #ADAE41
Complementary color
Monochromatic Colors of #ADAE41
Black with #ADAE41
Text Example
Text Example
White with #ADAE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAE41; }
p { color: rgb(173,174,65); }
H1.HeaderClassName
{
color: #ADAE41;
}
.AnyTagClassName
{
color: #ADAE41;
}
</style>
background-color css
<style>
a { background-color: #ADAE41; }
a { background-color: rgb(173,174,65); }
div.DivClassName
{
background-color: #ADAE41;
}
.BgClassName
{
background-color: #ADAE41;
}
</style>
border-color css
<style>
span { border-color: #ADAE41; }
span { border-color: rgb(173,174,65); }
td.TdClassName
{
border-color: #ADAE41;
}
.TagClassName
{
border-color: #ADAE41;
}
</style>