Shades of Brass #ADAF3E
Tints of Brass #ADAF3E
RGB
CMYK
RGB Variations
Color information
#ADAF3E (or 0xADAF3E) is known color: Brass. HEX triplet: AD, AF and 3E. RGB value is (173,175,62). Sum of RGB (Red+Green+Blue) = 173+175+62=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 62 (24.61% from 255 or 15.12% from 410); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAF3E is #5250C1. Grayscale: #A1A1A1. Windows color (decimal): -5394626 or 4108205. OLE color: 4108205.
HSL color Cylindrical-coordinate representation of color #ADAF3E: hue angle of 61.06º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADAF3E is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 175 | 62 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.31 |
| HSL | 61.06º | 0.48% | 0.46% | - |
| HSV(B) | 61.06º | 0.65% | 0.69% | - |
| XYZ | 33.43 | 39.89 | 10.5 | - |
| YUV | 161.52 | 71.84 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 62 | 0.01 | 0 | 0.65 | 0.31 | 61.06 | 0.48 | 0.46 |
| Hex | AD | AF | 3E | 1 | 0 | 41 | 1F | 3D | 30 | 2E |
| Octal | 255 | 257 | 76 | 1 | 0 | 101 | 37 | 75 | 60 | 56 |
| Binary | 10101101 | 10101111 | 111110 | 1 | 0 | 1000001 | 11111 | 111101 | 110000 | 101110 |
Color Harmonies of #ADAF3E
Complementary color
Monochromatic Colors of #ADAF3E
Black with #ADAF3E
Text Example
Text Example
White with #ADAF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAF3E; }
p { color: rgb(173,175,62); }
H1.HeaderClassName
{
color: #ADAF3E;
}
.AnyTagClassName
{
color: #ADAF3E;
}
</style>
background-color css
<style>
a { background-color: #ADAF3E; }
a { background-color: rgb(173,175,62); }
div.DivClassName
{
background-color: #ADAF3E;
}
.BgClassName
{
background-color: #ADAF3E;
}
</style>
border-color css
<style>
span { border-color: #ADAF3E; }
span { border-color: rgb(173,175,62); }
td.TdClassName
{
border-color: #ADAF3E;
}
.TagClassName
{
border-color: #ADAF3E;
}
</style>