Shades of Brass #A5A33D
Tints of Brass #A5A33D
RGB
CMYK
RGB Variations
Color information
#A5A33D (or 0xA5A33D) is known color: Brass. HEX triplet: A5, A3 and 3D. RGB value is (165,163,61). Sum of RGB (Red+Green+Blue) = 165+163+61=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 61 (24.22% from 255 or 15.68% from 389); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A33D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A33D is #5A5CC2. Grayscale: #989898. Windows color (decimal): -5921987 or 4039589. OLE color: 4039589.
HSL color Cylindrical-coordinate representation of color #A5A33D: hue angle of 58.85º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A5A33D is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 163 | 61 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.35 |
| HSL | 58.85º | 0.46% | 0.44% | - |
| HSV(B) | 58.85º | 0.63% | 0.65% | - |
| XYZ | 29.46 | 34.53 | 9.53 | - |
| YUV | 151.97 | 76.66 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 163 | 61 | 0 | 0.01 | 0.63 | 0.35 | 58.85 | 0.46 | 0.44 |
| Hex | A5 | A3 | 3D | 0 | 1 | 3F | 23 | 3B | 2E | 2C |
| Octal | 245 | 243 | 75 | 0 | 1 | 77 | 43 | 73 | 56 | 54 |
| Binary | 10100101 | 10100011 | 111101 | 0 | 1 | 111111 | 100011 | 111011 | 101110 | 101100 |
Color Harmonies of #A5A33D
Complementary color
Monochromatic Colors of #A5A33D
Black with #A5A33D
Text Example
Text Example
White with #A5A33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A33D; }
p { color: rgb(165,163,61); }
H1.HeaderClassName
{
color: #A5A33D;
}
.AnyTagClassName
{
color: #A5A33D;
}
</style>
background-color css
<style>
a { background-color: #A5A33D; }
a { background-color: rgb(165,163,61); }
div.DivClassName
{
background-color: #A5A33D;
}
.BgClassName
{
background-color: #A5A33D;
}
</style>
border-color css
<style>
span { border-color: #A5A33D; }
span { border-color: rgb(165,163,61); }
td.TdClassName
{
border-color: #A5A33D;
}
.TagClassName
{
border-color: #A5A33D;
}
</style>