Shades of Brass #A5A343
Tints of Brass #A5A343
RGB
CMYK
RGB Variations
Color information
#A5A343 (or 0xA5A343) is known color: Brass. HEX triplet: A5, A3 and 43. RGB value is (165,163,67). Sum of RGB (Red+Green+Blue) = 165+163+67=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 67 (26.56% from 255 or 16.96% from 395); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A343 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A343 is #5A5CBC. Grayscale: #999999. Windows color (decimal): -5921981 or 4432805. OLE color: 4432805.
HSL color Cylindrical-coordinate representation of color #A5A343: hue angle of 58.78º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5A343 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 163 | 67 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.35 |
| HSL | 58.78º | 0.42% | 0.45% | - |
| HSV(B) | 58.78º | 0.59% | 0.65% | - |
| XYZ | 29.63 | 34.6 | 10.43 | - |
| YUV | 152.65 | 79.66 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 163 | 67 | 0 | 0.01 | 0.59 | 0.35 | 58.78 | 0.42 | 0.45 |
| Hex | A5 | A3 | 43 | 0 | 1 | 3B | 23 | 3B | 2A | 2D |
| Octal | 245 | 243 | 103 | 0 | 1 | 73 | 43 | 73 | 52 | 55 |
| Binary | 10100101 | 10100011 | 1000011 | 0 | 1 | 111011 | 100011 | 111011 | 101010 | 101101 |
Color Harmonies of #A5A343
Complementary color
Monochromatic Colors of #A5A343
Black with #A5A343
Text Example
Text Example
White with #A5A343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A343; }
p { color: rgb(165,163,67); }
H1.HeaderClassName
{
color: #A5A343;
}
.AnyTagClassName
{
color: #A5A343;
}
</style>
background-color css
<style>
a { background-color: #A5A343; }
a { background-color: rgb(165,163,67); }
div.DivClassName
{
background-color: #A5A343;
}
.BgClassName
{
background-color: #A5A343;
}
</style>
border-color css
<style>
span { border-color: #A5A343; }
span { border-color: rgb(165,163,67); }
td.TdClassName
{
border-color: #A5A343;
}
.TagClassName
{
border-color: #A5A343;
}
</style>