Shades of Brass #AFA83A
Tints of Brass #AFA83A
RGB
CMYK
RGB Variations
Color information
#AFA83A (or 0xAFA83A) is known color: Brass. HEX triplet: AF, A8 and 3A. RGB value is (175,168,58). Sum of RGB (Red+Green+Blue) = 175+168+58=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 58 (23.05% from 255 or 14.46% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA83A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA83A is #5057C5. Grayscale: #9E9E9E. Windows color (decimal): -5265350 or 3844271. OLE color: 3844271.
HSL color Cylindrical-coordinate representation of color #AFA83A: hue angle of 56.41º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFA83A is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 168 | 58 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.31 |
| HSL | 56.41º | 0.5% | 0.46% | - |
| HSV(B) | 56.41º | 0.67% | 0.69% | - |
| XYZ | 32.45 | 37.42 | 9.52 | - |
| YUV | 157.55 | 71.82 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 58 | 0 | 0.04 | 0.67 | 0.31 | 56.41 | 0.5 | 0.46 |
| Hex | AF | A8 | 3A | 0 | 4 | 43 | 1F | 38 | 32 | 2E |
| Octal | 257 | 250 | 72 | 0 | 4 | 103 | 37 | 70 | 62 | 56 |
| Binary | 10101111 | 10101000 | 111010 | 0 | 100 | 1000011 | 11111 | 111000 | 110010 | 101110 |
Color Harmonies of #AFA83A
Complementary color
Monochromatic Colors of #AFA83A
Black with #AFA83A
Text Example
Text Example
White with #AFA83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA83A; }
p { color: rgb(175,168,58); }
H1.HeaderClassName
{
color: #AFA83A;
}
.AnyTagClassName
{
color: #AFA83A;
}
</style>
background-color css
<style>
a { background-color: #AFA83A; }
a { background-color: rgb(175,168,58); }
div.DivClassName
{
background-color: #AFA83A;
}
.BgClassName
{
background-color: #AFA83A;
}
</style>
border-color css
<style>
span { border-color: #AFA83A; }
span { border-color: rgb(175,168,58); }
td.TdClassName
{
border-color: #AFA83A;
}
.TagClassName
{
border-color: #AFA83A;
}
</style>