Shades of Brass #ADAF3A
Tints of Brass #ADAF3A
RGB
CMYK
RGB Variations
Color information
#ADAF3A (or 0xADAF3A) is known color: Brass. HEX triplet: AD, AF and 3A. RGB value is (173,175,58). Sum of RGB (Red+Green+Blue) = 173+175+58=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 58 (23.05% from 255 or 14.29% from 406); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAF3A is #5250C5. Grayscale: #A1A1A1. Windows color (decimal): -5394630 or 3846061. OLE color: 3846061.
HSL color Cylindrical-coordinate representation of color #ADAF3A: hue angle of 61.03º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADAF3A is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 175 | 58 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.31 |
| HSL | 61.03º | 0.5% | 0.46% | - |
| HSV(B) | 61.03º | 0.67% | 0.69% | - |
| XYZ | 33.33 | 39.85 | 9.94 | - |
| YUV | 161.06 | 69.84 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 58 | 0.01 | 0 | 0.67 | 0.31 | 61.03 | 0.5 | 0.46 |
| Hex | AD | AF | 3A | 1 | 0 | 43 | 1F | 3D | 32 | 2E |
| Octal | 255 | 257 | 72 | 1 | 0 | 103 | 37 | 75 | 62 | 56 |
| Binary | 10101101 | 10101111 | 111010 | 1 | 0 | 1000011 | 11111 | 111101 | 110010 | 101110 |
Color Harmonies of #ADAF3A
Complementary color
Monochromatic Colors of #ADAF3A
Black with #ADAF3A
Text Example
Text Example
White with #ADAF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAF3A; }
p { color: rgb(173,175,58); }
H1.HeaderClassName
{
color: #ADAF3A;
}
.AnyTagClassName
{
color: #ADAF3A;
}
</style>
background-color css
<style>
a { background-color: #ADAF3A; }
a { background-color: rgb(173,175,58); }
div.DivClassName
{
background-color: #ADAF3A;
}
.BgClassName
{
background-color: #ADAF3A;
}
</style>
border-color css
<style>
span { border-color: #ADAF3A; }
span { border-color: rgb(173,175,58); }
td.TdClassName
{
border-color: #ADAF3A;
}
.TagClassName
{
border-color: #ADAF3A;
}
</style>