Shades of Brass #AFA64A
Tints of Brass #AFA64A
RGB
CMYK
RGB Variations
Color information
#AFA64A (or 0xAFA64A) is known color: Brass. HEX triplet: AF, A6 and 4A. RGB value is (175,166,74). Sum of RGB (Red+Green+Blue) = 175+166+74=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 74 (29.30% from 255 or 17.83% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA64A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA64A is #5059B5. Grayscale: #9E9E9E. Windows color (decimal): -5265846 or 4892335. OLE color: 4892335.
HSL color Cylindrical-coordinate representation of color #AFA64A: hue angle of 54.65º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFA64A is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 166 | 74 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.31 |
| HSL | 54.65º | 0.41% | 0.49% | - |
| HSV(B) | 54.65º | 0.58% | 0.69% | - |
| XYZ | 32.55 | 36.88 | 11.88 | - |
| YUV | 158.2 | 80.48 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 166 | 74 | 0 | 0.05 | 0.58 | 0.31 | 54.65 | 0.41 | 0.49 |
| Hex | AF | A6 | 4A | 0 | 5 | 3A | 1F | 37 | 29 | 31 |
| Octal | 257 | 246 | 112 | 0 | 5 | 72 | 37 | 67 | 51 | 61 |
| Binary | 10101111 | 10100110 | 1001010 | 0 | 101 | 111010 | 11111 | 110111 | 101001 | 110001 |
Color Harmonies of #AFA64A
Complementary color
Monochromatic Colors of #AFA64A
Black with #AFA64A
Text Example
Text Example
White with #AFA64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA64A; }
p { color: rgb(175,166,74); }
H1.HeaderClassName
{
color: #AFA64A;
}
.AnyTagClassName
{
color: #AFA64A;
}
</style>
background-color css
<style>
a { background-color: #AFA64A; }
a { background-color: rgb(175,166,74); }
div.DivClassName
{
background-color: #AFA64A;
}
.BgClassName
{
background-color: #AFA64A;
}
</style>
border-color css
<style>
span { border-color: #AFA64A; }
span { border-color: rgb(175,166,74); }
td.TdClassName
{
border-color: #AFA64A;
}
.TagClassName
{
border-color: #AFA64A;
}
</style>