Shades of Brass #AFA74A
Tints of Brass #AFA74A
RGB
CMYK
RGB Variations
Color information
#AFA74A (or 0xAFA74A) is known color: Brass. HEX triplet: AF, A7 and 4A. RGB value is (175,167,74). Sum of RGB (Red+Green+Blue) = 175+167+74=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 167 (65.62% from 255 or 40.14% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA74A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA74A is #5058B5. Grayscale: #9F9F9F. Windows color (decimal): -5265590 or 4892591. OLE color: 4892591.
HSL color Cylindrical-coordinate representation of color #AFA74A: hue angle of 55.25º 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 #AFA74A is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 167 | 74 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.31 |
| HSL | 55.25º | 0.41% | 0.49% | - |
| HSV(B) | 55.25º | 0.58% | 0.69% | - |
| XYZ | 32.73 | 37.25 | 11.94 | - |
| YUV | 158.79 | 80.15 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 167 | 74 | 0 | 0.05 | 0.58 | 0.31 | 55.25 | 0.41 | 0.49 |
| Hex | AF | A7 | 4A | 0 | 5 | 3A | 1F | 37 | 29 | 31 |
| Octal | 257 | 247 | 112 | 0 | 5 | 72 | 37 | 67 | 51 | 61 |
| Binary | 10101111 | 10100111 | 1001010 | 0 | 101 | 111010 | 11111 | 110111 | 101001 | 110001 |
Color Harmonies of #AFA74A
Complementary color
Monochromatic Colors of #AFA74A
Black with #AFA74A
Text Example
Text Example
White with #AFA74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA74A; }
p { color: rgb(175,167,74); }
H1.HeaderClassName
{
color: #AFA74A;
}
.AnyTagClassName
{
color: #AFA74A;
}
</style>
background-color css
<style>
a { background-color: #AFA74A; }
a { background-color: rgb(175,167,74); }
div.DivClassName
{
background-color: #AFA74A;
}
.BgClassName
{
background-color: #AFA74A;
}
</style>
border-color css
<style>
span { border-color: #AFA74A; }
span { border-color: rgb(175,167,74); }
td.TdClassName
{
border-color: #AFA74A;
}
.TagClassName
{
border-color: #AFA74A;
}
</style>