Shades of Brass #ADAF4A
Tints of Brass #ADAF4A
RGB
CMYK
RGB Variations
Color information
#ADAF4A (or 0xADAF4A) is known color: Brass. HEX triplet: AD, AF and 4A. RGB value is (173,175,74). Sum of RGB (Red+Green+Blue) = 173+175+74=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAF4A is #5250B5. Grayscale: #A3A3A3. Windows color (decimal): -5394614 or 4894637. OLE color: 4894637.
HSL color Cylindrical-coordinate representation of color #ADAF4A: hue angle of 61.19º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADAF4A is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 175 | 74 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.31 |
| HSL | 61.19º | 0.41% | 0.49% | - |
| HSV(B) | 61.19º | 0.58% | 0.69% | - |
| XYZ | 33.8 | 40.04 | 12.43 | - |
| YUV | 162.89 | 77.84 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 74 | 0.01 | 0 | 0.58 | 0.31 | 61.19 | 0.41 | 0.49 |
| Hex | AD | AF | 4A | 1 | 0 | 3A | 1F | 3D | 29 | 31 |
| Octal | 255 | 257 | 112 | 1 | 0 | 72 | 37 | 75 | 51 | 61 |
| Binary | 10101101 | 10101111 | 1001010 | 1 | 0 | 111010 | 11111 | 111101 | 101001 | 110001 |
Color Harmonies of #ADAF4A
Complementary color
Monochromatic Colors of #ADAF4A
Black with #ADAF4A
Text Example
Text Example
White with #ADAF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAF4A; }
p { color: rgb(173,175,74); }
H1.HeaderClassName
{
color: #ADAF4A;
}
.AnyTagClassName
{
color: #ADAF4A;
}
</style>
background-color css
<style>
a { background-color: #ADAF4A; }
a { background-color: rgb(173,175,74); }
div.DivClassName
{
background-color: #ADAF4A;
}
.BgClassName
{
background-color: #ADAF4A;
}
</style>
border-color css
<style>
span { border-color: #ADAF4A; }
span { border-color: rgb(173,175,74); }
td.TdClassName
{
border-color: #ADAF4A;
}
.TagClassName
{
border-color: #ADAF4A;
}
</style>