Shades of Brass #AFAF43
Tints of Brass #AFAF43
RGB
CMYK
RGB Variations
Color information
#AFAF43 (or 0xAFAF43) is known color: Brass. HEX triplet: AF, AF and 43. RGB value is (175,175,67). Sum of RGB (Red+Green+Blue) = 175+175+67=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 67 (26.56% from 255 or 16.07% from 417); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAF43 is #5050BC. Grayscale: #A3A3A3. Windows color (decimal): -5263549 or 4435887. OLE color: 4435887.
HSL color Cylindrical-coordinate representation of color #AFAF43: hue angle of 60º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFAF43 is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 175 | 67 | - |
| CMYK | 0 | 0 | 0.62 | 0.31 |
| HSL | 60º | 0.45% | 0.47% | - |
| HSV(B) | 60º | 0.62% | 0.69% | - |
| XYZ | 34.02 | 40.18 | 11.27 | - |
| YUV | 162.69 | 74 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 175 | 67 | 0 | 0 | 0.62 | 0.31 | 60 | 0.45 | 0.47 |
| Hex | AF | AF | 43 | 0 | 0 | 3E | 1F | 3C | 2D | 2F |
| Octal | 257 | 257 | 103 | 0 | 0 | 76 | 37 | 74 | 55 | 57 |
| Binary | 10101111 | 10101111 | 1000011 | 0 | 0 | 111110 | 11111 | 111100 | 101101 | 101111 |
Color Harmonies of #AFAF43
Complementary color
Monochromatic Colors of #AFAF43
Black with #AFAF43
Text Example
Text Example
White with #AFAF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAF43; }
p { color: rgb(175,175,67); }
H1.HeaderClassName
{
color: #AFAF43;
}
.AnyTagClassName
{
color: #AFAF43;
}
</style>
background-color css
<style>
a { background-color: #AFAF43; }
a { background-color: rgb(175,175,67); }
div.DivClassName
{
background-color: #AFAF43;
}
.BgClassName
{
background-color: #AFAF43;
}
</style>
border-color css
<style>
span { border-color: #AFAF43; }
span { border-color: rgb(175,175,67); }
td.TdClassName
{
border-color: #AFAF43;
}
.TagClassName
{
border-color: #AFAF43;
}
</style>