Shades of Brass #ADA533
Tints of Brass #ADA533
RGB
CMYK
RGB Variations
Color information
#ADA533 (or 0xADA533) is known color: Brass. HEX triplet: AD, A5 and 33. RGB value is (173,165,51). Sum of RGB (Red+Green+Blue) = 173+165+51=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 51 (20.31% from 255 or 13.11% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA533 is #525ACC. Grayscale: #9A9A9A. Windows color (decimal): -5397197 or 3384749. OLE color: 3384749.
HSL color Cylindrical-coordinate representation of color #ADA533: hue angle of 56.07º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ADA533 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 51 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.32 |
| HSL | 56.07º | 0.54% | 0.44% | - |
| HSV(B) | 56.07º | 0.71% | 0.68% | - |
| XYZ | 31.29 | 36.03 | 8.44 | - |
| YUV | 154.4 | 69.65 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 51 | 0 | 0.05 | 0.71 | 0.32 | 56.07 | 0.54 | 0.44 |
| Hex | AD | A5 | 33 | 0 | 5 | 47 | 20 | 38 | 36 | 2C |
| Octal | 255 | 245 | 63 | 0 | 5 | 107 | 40 | 70 | 66 | 54 |
| Binary | 10101101 | 10100101 | 110011 | 0 | 101 | 1000111 | 100000 | 111000 | 110110 | 101100 |
Color Harmonies of #ADA533
Complementary color
Monochromatic Colors of #ADA533
Black with #ADA533
Text Example
Text Example
White with #ADA533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA533; }
p { color: rgb(173,165,51); }
H1.HeaderClassName
{
color: #ADA533;
}
.AnyTagClassName
{
color: #ADA533;
}
</style>
background-color css
<style>
a { background-color: #ADA533; }
a { background-color: rgb(173,165,51); }
div.DivClassName
{
background-color: #ADA533;
}
.BgClassName
{
background-color: #ADA533;
}
</style>
border-color css
<style>
span { border-color: #ADA533; }
span { border-color: rgb(173,165,51); }
td.TdClassName
{
border-color: #ADA533;
}
.TagClassName
{
border-color: #ADA533;
}
</style>