Shades of Brass #AFAC4A
Tints of Brass #AFAC4A
RGB
CMYK
RGB Variations
Color information
#AFAC4A (or 0xAFAC4A) is known color: Brass. HEX triplet: AF, AC and 4A. RGB value is (175,172,74). Sum of RGB (Red+Green+Blue) = 175+172+74=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 74 (29.30% from 255 or 17.58% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAC4A is #5053B5. Grayscale: #A2A2A2. Windows color (decimal): -5264310 or 4893871. OLE color: 4893871.
HSL color Cylindrical-coordinate representation of color #AFAC4A: hue angle of 58.22º 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 #AFAC4A is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 172 | 74 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.31 |
| HSL | 58.22º | 0.41% | 0.49% | - |
| HSV(B) | 58.22º | 0.58% | 0.69% | - |
| XYZ | 33.67 | 39.11 | 12.25 | - |
| YUV | 161.73 | 78.49 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 74 | 0 | 0.02 | 0.58 | 0.31 | 58.22 | 0.41 | 0.49 |
| Hex | AF | AC | 4A | 0 | 2 | 3A | 1F | 3A | 29 | 31 |
| Octal | 257 | 254 | 112 | 0 | 2 | 72 | 37 | 72 | 51 | 61 |
| Binary | 10101111 | 10101100 | 1001010 | 0 | 10 | 111010 | 11111 | 111010 | 101001 | 110001 |
Color Harmonies of #AFAC4A
Complementary color
Monochromatic Colors of #AFAC4A
Black with #AFAC4A
Text Example
Text Example
White with #AFAC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAC4A; }
p { color: rgb(175,172,74); }
H1.HeaderClassName
{
color: #AFAC4A;
}
.AnyTagClassName
{
color: #AFAC4A;
}
</style>
background-color css
<style>
a { background-color: #AFAC4A; }
a { background-color: rgb(175,172,74); }
div.DivClassName
{
background-color: #AFAC4A;
}
.BgClassName
{
background-color: #AFAC4A;
}
</style>
border-color css
<style>
span { border-color: #AFAC4A; }
span { border-color: rgb(175,172,74); }
td.TdClassName
{
border-color: #AFAC4A;
}
.TagClassName
{
border-color: #AFAC4A;
}
</style>