Shades of Brass #AFAF4A
Tints of Brass #AFAF4A
RGB
CMYK
RGB Variations
Color information
#AFAF4A (or 0xAFAF4A) is known color: Brass. HEX triplet: AF, AF and 4A. RGB value is (175,175,74). Sum of RGB (Red+Green+Blue) = 175+175+74=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAF4A is #5050B5. Grayscale: #A3A3A3. Windows color (decimal): -5263542 or 4894639. OLE color: 4894639.
HSL color Cylindrical-coordinate representation of color #AFAF4A: hue angle of 60º 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 #AFAF4A is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 175 | 74 | - |
| CMYK | 0 | 0 | 0.58 | 0.31 |
| HSL | 60º | 0.41% | 0.49% | - |
| HSV(B) | 60º | 0.58% | 0.69% | - |
| XYZ | 34.25 | 40.27 | 12.45 | - |
| YUV | 163.49 | 77.5 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 175 | 74 | 0 | 0 | 0.58 | 0.31 | 60 | 0.41 | 0.49 |
| Hex | AF | AF | 4A | 0 | 0 | 3A | 1F | 3C | 29 | 31 |
| Octal | 257 | 257 | 112 | 0 | 0 | 72 | 37 | 74 | 51 | 61 |
| Binary | 10101111 | 10101111 | 1001010 | 0 | 0 | 111010 | 11111 | 111100 | 101001 | 110001 |
Color Harmonies of #AFAF4A
Complementary color
Monochromatic Colors of #AFAF4A
Black with #AFAF4A
Text Example
Text Example
White with #AFAF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAF4A; }
p { color: rgb(175,175,74); }
H1.HeaderClassName
{
color: #AFAF4A;
}
.AnyTagClassName
{
color: #AFAF4A;
}
</style>
background-color css
<style>
a { background-color: #AFAF4A; }
a { background-color: rgb(175,175,74); }
div.DivClassName
{
background-color: #AFAF4A;
}
.BgClassName
{
background-color: #AFAF4A;
}
</style>
border-color css
<style>
span { border-color: #AFAF4A; }
span { border-color: rgb(175,175,74); }
td.TdClassName
{
border-color: #AFAF4A;
}
.TagClassName
{
border-color: #AFAF4A;
}
</style>