Shades of Brass #A5A236
Tints of Brass #A5A236
RGB
CMYK
RGB Variations
Color information
#A5A236 (or 0xA5A236) is known color: Brass. HEX triplet: A5, A2 and 36. RGB value is (165,162,54). Sum of RGB (Red+Green+Blue) = 165+162+54=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 162 (63.67% from 255 or 42.52% from 381); Blue value is 54 (21.48% from 255 or 14.17% from 381); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A236 is #5A5DC9. Grayscale: #979797. Windows color (decimal): -5922250 or 3580581. OLE color: 3580581.
HSL color Cylindrical-coordinate representation of color #A5A236: hue angle of 58.38º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A5A236 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 162 | 54 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.35 |
| HSL | 58.38º | 0.51% | 0.43% | - |
| HSV(B) | 58.38º | 0.67% | 0.65% | - |
| XYZ | 29.1 | 34.11 | 8.54 | - |
| YUV | 150.59 | 73.49 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 162 | 54 | 0 | 0.02 | 0.67 | 0.35 | 58.38 | 0.51 | 0.43 |
| Hex | A5 | A2 | 36 | 0 | 2 | 43 | 23 | 3A | 33 | 2B |
| Octal | 245 | 242 | 66 | 0 | 2 | 103 | 43 | 72 | 63 | 53 |
| Binary | 10100101 | 10100010 | 110110 | 0 | 10 | 1000011 | 100011 | 111010 | 110011 | 101011 |
Color Harmonies of #A5A236
Complementary color
Monochromatic Colors of #A5A236
Black with #A5A236
Text Example
Text Example
White with #A5A236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A236; }
p { color: rgb(165,162,54); }
H1.HeaderClassName
{
color: #A5A236;
}
.AnyTagClassName
{
color: #A5A236;
}
</style>
background-color css
<style>
a { background-color: #A5A236; }
a { background-color: rgb(165,162,54); }
div.DivClassName
{
background-color: #A5A236;
}
.BgClassName
{
background-color: #A5A236;
}
</style>
border-color css
<style>
span { border-color: #A5A236; }
span { border-color: rgb(165,162,54); }
td.TdClassName
{
border-color: #A5A236;
}
.TagClassName
{
border-color: #A5A236;
}
</style>