Shades of Brass #ADAF38
Tints of Brass #ADAF38
RGB
CMYK
RGB Variations
Color information
#ADAF38 (or 0xADAF38) is known color: Brass. HEX triplet: AD, AF and 38. RGB value is (173,175,56). Sum of RGB (Red+Green+Blue) = 173+175+56=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 56 (22.27% from 255 or 13.86% from 404); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAF38 is #5250C7. Grayscale: #A1A1A1. Windows color (decimal): -5394632 or 3714989. OLE color: 3714989.
HSL color Cylindrical-coordinate representation of color #ADAF38: hue angle of 61.01º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADAF38 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 175 | 56 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.31 |
| HSL | 61.01º | 0.52% | 0.45% | - |
| HSV(B) | 61.01º | 0.68% | 0.69% | - |
| XYZ | 33.28 | 39.83 | 9.68 | - |
| YUV | 160.84 | 68.84 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 56 | 0.01 | 0 | 0.68 | 0.31 | 61.01 | 0.52 | 0.45 |
| Hex | AD | AF | 38 | 1 | 0 | 44 | 1F | 3D | 34 | 2D |
| Octal | 255 | 257 | 70 | 1 | 0 | 104 | 37 | 75 | 64 | 55 |
| Binary | 10101101 | 10101111 | 111000 | 1 | 0 | 1000100 | 11111 | 111101 | 110100 | 101101 |
Color Harmonies of #ADAF38
Complementary color
Monochromatic Colors of #ADAF38
Black with #ADAF38
Text Example
Text Example
White with #ADAF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAF38; }
p { color: rgb(173,175,56); }
H1.HeaderClassName
{
color: #ADAF38;
}
.AnyTagClassName
{
color: #ADAF38;
}
</style>
background-color css
<style>
a { background-color: #ADAF38; }
a { background-color: rgb(173,175,56); }
div.DivClassName
{
background-color: #ADAF38;
}
.BgClassName
{
background-color: #ADAF38;
}
</style>
border-color css
<style>
span { border-color: #ADAF38; }
span { border-color: rgb(173,175,56); }
td.TdClassName
{
border-color: #ADAF38;
}
.TagClassName
{
border-color: #ADAF38;
}
</style>