Shades of Brass #ADAC43
Tints of Brass #ADAC43
RGB
CMYK
RGB Variations
Color information
#ADAC43 (or 0xADAC43) is known color: Brass. HEX triplet: AD, AC and 43. RGB value is (173,172,67). Sum of RGB (Red+Green+Blue) = 173+172+67=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 67 (26.56% from 255 or 16.26% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC43 is #5253BC. Grayscale: #A0A0A0. Windows color (decimal): -5395389 or 4435117. OLE color: 4435117.
HSL color Cylindrical-coordinate representation of color #ADAC43: hue angle of 59.43º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADAC43 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 67 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.32 |
| HSL | 59.43º | 0.44% | 0.47% | - |
| HSV(B) | 59.43º | 0.61% | 0.68% | - |
| XYZ | 33 | 38.79 | 11.06 | - |
| YUV | 160.33 | 75.33 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 67 | 0 | 0.01 | 0.61 | 0.32 | 59.43 | 0.44 | 0.47 |
| Hex | AD | AC | 43 | 0 | 1 | 3D | 20 | 3B | 2C | 2F |
| Octal | 255 | 254 | 103 | 0 | 1 | 75 | 40 | 73 | 54 | 57 |
| Binary | 10101101 | 10101100 | 1000011 | 0 | 1 | 111101 | 100000 | 111011 | 101100 | 101111 |
Color Harmonies of #ADAC43
Complementary color
Monochromatic Colors of #ADAC43
Black with #ADAC43
Text Example
Text Example
White with #ADAC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC43; }
p { color: rgb(173,172,67); }
H1.HeaderClassName
{
color: #ADAC43;
}
.AnyTagClassName
{
color: #ADAC43;
}
</style>
background-color css
<style>
a { background-color: #ADAC43; }
a { background-color: rgb(173,172,67); }
div.DivClassName
{
background-color: #ADAC43;
}
.BgClassName
{
background-color: #ADAC43;
}
</style>
border-color css
<style>
span { border-color: #ADAC43; }
span { border-color: rgb(173,172,67); }
td.TdClassName
{
border-color: #ADAC43;
}
.TagClassName
{
border-color: #ADAC43;
}
</style>