Shades of Brass #AFAC4D
Tints of Brass #AFAC4D
RGB
CMYK
RGB Variations
Color information
#AFAC4D (or 0xAFAC4D) is known color: Brass. HEX triplet: AF, AC and 4D. RGB value is (175,172,77). Sum of RGB (Red+Green+Blue) = 175+172+77=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 77 (30.47% from 255 or 18.16% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAC4D is #5053B2. Grayscale: #A2A2A2. Windows color (decimal): -5264307 or 5090479. OLE color: 5090479.
HSL color Cylindrical-coordinate representation of color #AFAC4D: hue angle of 58.16º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFAC4D is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 172 | 77 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.31 |
| HSL | 58.16º | 0.39% | 0.49% | - |
| HSV(B) | 58.16º | 0.56% | 0.69% | - |
| XYZ | 33.77 | 39.15 | 12.8 | - |
| YUV | 162.07 | 79.99 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 77 | 0 | 0.02 | 0.56 | 0.31 | 58.16 | 0.39 | 0.49 |
| Hex | AF | AC | 4D | 0 | 2 | 38 | 1F | 3A | 27 | 31 |
| Octal | 257 | 254 | 115 | 0 | 2 | 70 | 37 | 72 | 47 | 61 |
| Binary | 10101111 | 10101100 | 1001101 | 0 | 10 | 111000 | 11111 | 111010 | 100111 | 110001 |
Color Harmonies of #AFAC4D
Complementary color
Monochromatic Colors of #AFAC4D
Black with #AFAC4D
Text Example
Text Example
White with #AFAC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAC4D; }
p { color: rgb(175,172,77); }
H1.HeaderClassName
{
color: #AFAC4D;
}
.AnyTagClassName
{
color: #AFAC4D;
}
</style>
background-color css
<style>
a { background-color: #AFAC4D; }
a { background-color: rgb(175,172,77); }
div.DivClassName
{
background-color: #AFAC4D;
}
.BgClassName
{
background-color: #AFAC4D;
}
</style>
border-color css
<style>
span { border-color: #AFAC4D; }
span { border-color: rgb(175,172,77); }
td.TdClassName
{
border-color: #AFAC4D;
}
.TagClassName
{
border-color: #AFAC4D;
}
</style>