Shades of Brass #A29F38
Tints of Brass #A29F38
RGB
CMYK
RGB Variations
Color information
#A29F38 (or 0xA29F38) is known color: Brass. HEX triplet: A2, 9F and 38. RGB value is (162,159,56). Sum of RGB (Red+Green+Blue) = 162+159+56=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 159 (62.5% from 255 or 42.18% from 377); Blue value is 56 (22.27% from 255 or 14.85% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29F38 is #5D60C7. Grayscale: #949494. Windows color (decimal): -6119624 or 3710882. OLE color: 3710882.
HSL color Cylindrical-coordinate representation of color #A29F38: hue angle of 58.3º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A29F38 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 159 | 56 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.36 |
| HSL | 58.3º | 0.49% | 0.43% | - |
| HSV(B) | 58.3º | 0.65% | 0.64% | - |
| XYZ | 28.01 | 32.76 | 8.59 | - |
| YUV | 148.16 | 75.99 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 159 | 56 | 0 | 0.02 | 0.65 | 0.36 | 58.3 | 0.49 | 0.43 |
| Hex | A2 | 9F | 38 | 0 | 2 | 41 | 24 | 3A | 31 | 2B |
| Octal | 242 | 237 | 70 | 0 | 2 | 101 | 44 | 72 | 61 | 53 |
| Binary | 10100010 | 10011111 | 111000 | 0 | 10 | 1000001 | 100100 | 111010 | 110001 | 101011 |
Color Harmonies of #A29F38
Complementary color
Monochromatic Colors of #A29F38
Black with #A29F38
Text Example
Text Example
White with #A29F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29F38; }
p { color: rgb(162,159,56); }
H1.HeaderClassName
{
color: #A29F38;
}
.AnyTagClassName
{
color: #A29F38;
}
</style>
background-color css
<style>
a { background-color: #A29F38; }
a { background-color: rgb(162,159,56); }
div.DivClassName
{
background-color: #A29F38;
}
.BgClassName
{
background-color: #A29F38;
}
</style>
border-color css
<style>
span { border-color: #A29F38; }
span { border-color: rgb(162,159,56); }
td.TdClassName
{
border-color: #A29F38;
}
.TagClassName
{
border-color: #A29F38;
}
</style>