Shades of Brass #ADAE38
Tints of Brass #ADAE38
RGB
CMYK
RGB Variations
Color information
#ADAE38 (or 0xADAE38) is known color: Brass. HEX triplet: AD, AE and 38. RGB value is (173,174,56). Sum of RGB (Red+Green+Blue) = 173+174+56=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 174 (68.36% from 255 or 43.18% from 403); Blue value is 56 (22.27% from 255 or 13.90% from 403); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAE38 is #5251C7. Grayscale: #A0A0A0. Windows color (decimal): -5394888 or 3714733. OLE color: 3714733.
HSL color Cylindrical-coordinate representation of color #ADAE38: hue angle of 60.51º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADAE38 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 174 | 56 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.32 |
| HSL | 60.51º | 0.51% | 0.45% | - |
| HSV(B) | 60.51º | 0.68% | 0.68% | - |
| XYZ | 33.08 | 39.44 | 9.61 | - |
| YUV | 160.25 | 69.17 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 56 | 0.01 | 0 | 0.68 | 0.32 | 60.51 | 0.51 | 0.45 |
| Hex | AD | AE | 38 | 1 | 0 | 44 | 20 | 3D | 33 | 2D |
| Octal | 255 | 256 | 70 | 1 | 0 | 104 | 40 | 75 | 63 | 55 |
| Binary | 10101101 | 10101110 | 111000 | 1 | 0 | 1000100 | 100000 | 111101 | 110011 | 101101 |
Color Harmonies of #ADAE38
Complementary color
Monochromatic Colors of #ADAE38
Black with #ADAE38
Text Example
Text Example
White with #ADAE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAE38; }
p { color: rgb(173,174,56); }
H1.HeaderClassName
{
color: #ADAE38;
}
.AnyTagClassName
{
color: #ADAE38;
}
</style>
background-color css
<style>
a { background-color: #ADAE38; }
a { background-color: rgb(173,174,56); }
div.DivClassName
{
background-color: #ADAE38;
}
.BgClassName
{
background-color: #ADAE38;
}
</style>
border-color css
<style>
span { border-color: #ADAE38; }
span { border-color: rgb(173,174,56); }
td.TdClassName
{
border-color: #ADAE38;
}
.TagClassName
{
border-color: #ADAE38;
}
</style>