Shades of Brass #AFA634
Tints of Brass #AFA634
RGB
CMYK
RGB Variations
Color information
#AFA634 (or 0xAFA634) is known color: Brass. HEX triplet: AF, A6 and 34. RGB value is (175,166,52). Sum of RGB (Red+Green+Blue) = 175+166+52=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 52 (20.70% from 255 or 13.23% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA634 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA634 is #5059CB. Grayscale: #9C9C9C. Windows color (decimal): -5265868 or 3450543. OLE color: 3450543.
HSL color Cylindrical-coordinate representation of color #AFA634: hue angle of 55.61º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFA634 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 166 | 52 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.31 |
| HSL | 55.61º | 0.54% | 0.45% | - |
| HSV(B) | 55.61º | 0.7% | 0.69% | - |
| XYZ | 31.94 | 36.63 | 8.64 | - |
| YUV | 155.7 | 69.48 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 166 | 52 | 0 | 0.05 | 0.70 | 0.31 | 55.61 | 0.54 | 0.45 |
| Hex | AF | A6 | 34 | 0 | 5 | 46 | 1F | 38 | 36 | 2D |
| Octal | 257 | 246 | 64 | 0 | 5 | 106 | 37 | 70 | 66 | 55 |
| Binary | 10101111 | 10100110 | 110100 | 0 | 101 | 1000110 | 11111 | 111000 | 110110 | 101101 |
Color Harmonies of #AFA634
Complementary color
Monochromatic Colors of #AFA634
Black with #AFA634
Text Example
Text Example
White with #AFA634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA634; }
p { color: rgb(175,166,52); }
H1.HeaderClassName
{
color: #AFA634;
}
.AnyTagClassName
{
color: #AFA634;
}
</style>
background-color css
<style>
a { background-color: #AFA634; }
a { background-color: rgb(175,166,52); }
div.DivClassName
{
background-color: #AFA634;
}
.BgClassName
{
background-color: #AFA634;
}
</style>
border-color css
<style>
span { border-color: #AFA634; }
span { border-color: rgb(175,166,52); }
td.TdClassName
{
border-color: #AFA634;
}
.TagClassName
{
border-color: #AFA634;
}
</style>