Shades of Brass #AFA63B
Tints of Brass #AFA63B
RGB
CMYK
RGB Variations
Color information
#AFA63B (or 0xAFA63B) is known color: Brass. HEX triplet: AF, A6 and 3B. RGB value is (175,166,59). Sum of RGB (Red+Green+Blue) = 175+166+59=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 59 (23.44% from 255 or 14.75% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA63B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA63B is #5059C4. Grayscale: #9C9C9C. Windows color (decimal): -5265861 or 3909295. OLE color: 3909295.
HSL color Cylindrical-coordinate representation of color #AFA63B: hue angle of 55.34º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFA63B is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 166 | 59 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.31 |
| HSL | 55.34º | 0.5% | 0.46% | - |
| HSV(B) | 55.34º | 0.66% | 0.69% | - |
| XYZ | 32.1 | 36.7 | 9.53 | - |
| YUV | 156.49 | 72.98 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 166 | 59 | 0 | 0.05 | 0.66 | 0.31 | 55.34 | 0.5 | 0.46 |
| Hex | AF | A6 | 3B | 0 | 5 | 42 | 1F | 37 | 32 | 2E |
| Octal | 257 | 246 | 73 | 0 | 5 | 102 | 37 | 67 | 62 | 56 |
| Binary | 10101111 | 10100110 | 111011 | 0 | 101 | 1000010 | 11111 | 110111 | 110010 | 101110 |
Color Harmonies of #AFA63B
Complementary color
Monochromatic Colors of #AFA63B
Black with #AFA63B
Text Example
Text Example
White with #AFA63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA63B; }
p { color: rgb(175,166,59); }
H1.HeaderClassName
{
color: #AFA63B;
}
.AnyTagClassName
{
color: #AFA63B;
}
</style>
background-color css
<style>
a { background-color: #AFA63B; }
a { background-color: rgb(175,166,59); }
div.DivClassName
{
background-color: #AFA63B;
}
.BgClassName
{
background-color: #AFA63B;
}
</style>
border-color css
<style>
span { border-color: #AFA63B; }
span { border-color: rgb(175,166,59); }
td.TdClassName
{
border-color: #AFA63B;
}
.TagClassName
{
border-color: #AFA63B;
}
</style>