Shades of Brass #AFA73E
Tints of Brass #AFA73E
RGB
CMYK
RGB Variations
Color information
#AFA73E (or 0xAFA73E) is known color: Brass. HEX triplet: AF, A7 and 3E. RGB value is (175,167,62). Sum of RGB (Red+Green+Blue) = 175+167+62=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 167 (65.62% from 255 or 41.34% from 404); Blue value is 62 (24.61% from 255 or 15.35% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA73E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA73E is #5058C1. Grayscale: #9D9D9D. Windows color (decimal): -5265602 or 4106159. OLE color: 4106159.
HSL color Cylindrical-coordinate representation of color #AFA73E: hue angle of 55.75º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFA73E is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 167 | 62 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.31 |
| HSL | 55.75º | 0.48% | 0.46% | - |
| HSV(B) | 55.75º | 0.65% | 0.69% | - |
| XYZ | 32.37 | 37.1 | 10.01 | - |
| YUV | 157.42 | 74.15 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 167 | 62 | 0 | 0.05 | 0.65 | 0.31 | 55.75 | 0.48 | 0.46 |
| Hex | AF | A7 | 3E | 0 | 5 | 41 | 1F | 38 | 30 | 2E |
| Octal | 257 | 247 | 76 | 0 | 5 | 101 | 37 | 70 | 60 | 56 |
| Binary | 10101111 | 10100111 | 111110 | 0 | 101 | 1000001 | 11111 | 111000 | 110000 | 101110 |
Color Harmonies of #AFA73E
Complementary color
Monochromatic Colors of #AFA73E
Black with #AFA73E
Text Example
Text Example
White with #AFA73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA73E; }
p { color: rgb(175,167,62); }
H1.HeaderClassName
{
color: #AFA73E;
}
.AnyTagClassName
{
color: #AFA73E;
}
</style>
background-color css
<style>
a { background-color: #AFA73E; }
a { background-color: rgb(175,167,62); }
div.DivClassName
{
background-color: #AFA73E;
}
.BgClassName
{
background-color: #AFA73E;
}
</style>
border-color css
<style>
span { border-color: #AFA73E; }
span { border-color: rgb(175,167,62); }
td.TdClassName
{
border-color: #AFA73E;
}
.TagClassName
{
border-color: #AFA73E;
}
</style>