Shades of Brass #AFA640
Tints of Brass #AFA640
RGB
CMYK
RGB Variations
Color information
#AFA640 (or 0xAFA640) is known color: Brass. HEX triplet: AF, A6 and 40. RGB value is (175,166,64). Sum of RGB (Red+Green+Blue) = 175+166+64=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA640 is #5059BF. Grayscale: #9D9D9D. Windows color (decimal): -5265856 or 4236975. OLE color: 4236975.
HSL color Cylindrical-coordinate representation of color #AFA640: hue angle of 55.14º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFA640 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 166 | 64 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.31 |
| HSL | 55.14º | 0.46% | 0.47% | - |
| HSV(B) | 55.14º | 0.63% | 0.69% | - |
| XYZ | 32.24 | 36.76 | 10.25 | - |
| YUV | 157.06 | 75.48 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 166 | 64 | 0 | 0.05 | 0.63 | 0.31 | 55.14 | 0.46 | 0.47 |
| Hex | AF | A6 | 40 | 0 | 5 | 3F | 1F | 37 | 2E | 2F |
| Octal | 257 | 246 | 100 | 0 | 5 | 77 | 37 | 67 | 56 | 57 |
| Binary | 10101111 | 10100110 | 1000000 | 0 | 101 | 111111 | 11111 | 110111 | 101110 | 101111 |
Color Harmonies of #AFA640
Complementary color
Monochromatic Colors of #AFA640
Black with #AFA640
Text Example
Text Example
White with #AFA640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA640; }
p { color: rgb(175,166,64); }
H1.HeaderClassName
{
color: #AFA640;
}
.AnyTagClassName
{
color: #AFA640;
}
</style>
background-color css
<style>
a { background-color: #AFA640; }
a { background-color: rgb(175,166,64); }
div.DivClassName
{
background-color: #AFA640;
}
.BgClassName
{
background-color: #AFA640;
}
</style>
border-color css
<style>
span { border-color: #AFA640; }
span { border-color: rgb(175,166,64); }
td.TdClassName
{
border-color: #AFA640;
}
.TagClassName
{
border-color: #AFA640;
}
</style>