Shades of Brass #ADB13D
Tints of Brass #ADB13D
RGB
CMYK
RGB Variations
Color information
#ADB13D (or 0xADB13D) is known color: Brass. HEX triplet: AD, B1 and 3D. RGB value is (173,177,61). Sum of RGB (Red+Green+Blue) = 173+177+61=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB13D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB13D is #524EC2. Grayscale: #A3A3A3. Windows color (decimal): -5394115 or 4043181. OLE color: 4043181.
HSL color Cylindrical-coordinate representation of color #ADB13D: hue angle of 62.07º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADB13D is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 61 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.31 |
| HSL | 62.07º | 0.49% | 0.47% | - |
| HSV(B) | 62.07º | 0.66% | 0.69% | - |
| XYZ | 33.8 | 40.67 | 10.48 | - |
| YUV | 162.58 | 70.67 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 61 | 0.02 | 0 | 0.66 | 0.31 | 62.07 | 0.49 | 0.47 |
| Hex | AD | B1 | 3D | 2 | 0 | 42 | 1F | 3E | 31 | 2F |
| Octal | 255 | 261 | 75 | 2 | 0 | 102 | 37 | 76 | 61 | 57 |
| Binary | 10101101 | 10110001 | 111101 | 10 | 0 | 1000010 | 11111 | 111110 | 110001 | 101111 |
Color Harmonies of #ADB13D
Complementary color
Monochromatic Colors of #ADB13D
Black with #ADB13D
Text Example
Text Example
White with #ADB13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB13D; }
p { color: rgb(173,177,61); }
H1.HeaderClassName
{
color: #ADB13D;
}
.AnyTagClassName
{
color: #ADB13D;
}
</style>
background-color css
<style>
a { background-color: #ADB13D; }
a { background-color: rgb(173,177,61); }
div.DivClassName
{
background-color: #ADB13D;
}
.BgClassName
{
background-color: #ADB13D;
}
</style>
border-color css
<style>
span { border-color: #ADB13D; }
span { border-color: rgb(173,177,61); }
td.TdClassName
{
border-color: #ADB13D;
}
.TagClassName
{
border-color: #ADB13D;
}
</style>