Shades of Brass #ADA13D
Tints of Brass #ADA13D
RGB
CMYK
RGB Variations
Color information
#ADA13D (or 0xADA13D) is known color: Brass. HEX triplet: AD, A1 and 3D. RGB value is (173,161,61). Sum of RGB (Red+Green+Blue) = 173+161+61=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 61 (24.22% from 255 or 15.44% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA13D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA13D is #525EC2. Grayscale: #999999. Windows color (decimal): -5398211 or 4039085. OLE color: 4039085.
HSL color Cylindrical-coordinate representation of color #ADA13D: hue angle of 53.57º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADA13D is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 61 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.32 |
| HSL | 53.57º | 0.48% | 0.46% | - |
| HSV(B) | 53.57º | 0.65% | 0.68% | - |
| XYZ | 30.82 | 34.71 | 9.49 | - |
| YUV | 153.19 | 75.98 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 61 | 0 | 0.07 | 0.65 | 0.32 | 53.57 | 0.48 | 0.46 |
| Hex | AD | A1 | 3D | 0 | 7 | 41 | 20 | 36 | 30 | 2E |
| Octal | 255 | 241 | 75 | 0 | 7 | 101 | 40 | 66 | 60 | 56 |
| Binary | 10101101 | 10100001 | 111101 | 0 | 111 | 1000001 | 100000 | 110110 | 110000 | 101110 |
Color Harmonies of #ADA13D
Complementary color
Monochromatic Colors of #ADA13D
Black with #ADA13D
Text Example
Text Example
White with #ADA13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA13D; }
p { color: rgb(173,161,61); }
H1.HeaderClassName
{
color: #ADA13D;
}
.AnyTagClassName
{
color: #ADA13D;
}
</style>
background-color css
<style>
a { background-color: #ADA13D; }
a { background-color: rgb(173,161,61); }
div.DivClassName
{
background-color: #ADA13D;
}
.BgClassName
{
background-color: #ADA13D;
}
</style>
border-color css
<style>
span { border-color: #ADA13D; }
span { border-color: rgb(173,161,61); }
td.TdClassName
{
border-color: #ADA13D;
}
.TagClassName
{
border-color: #ADA13D;
}
</style>