Shades of Brass #AFB239
Tints of Brass #AFB239
RGB
CMYK
RGB Variations
Color information
#AFB239 (or 0xAFB239) is known color: Brass. HEX triplet: AF, B2 and 39. RGB value is (175,178,57). Sum of RGB (Red+Green+Blue) = 175+178+57=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 178 (69.92% from 255 or 43.41% from 410); Blue value is 57 (22.66% from 255 or 13.90% from 410); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB239 is #504DC6. Grayscale: #A3A3A3. Windows color (decimal): -5262791 or 3781295. OLE color: 3781295.
HSL color Cylindrical-coordinate representation of color #AFB239: hue angle of 61.49º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFB239 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 178 | 57 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.30 |
| HSL | 61.49º | 0.51% | 0.46% | - |
| HSV(B) | 61.49º | 0.68% | 0.7% | - |
| XYZ | 34.34 | 41.25 | 10.02 | - |
| YUV | 163.31 | 68.01 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 178 | 57 | 0.02 | 0 | 0.68 | 0.30 | 61.49 | 0.51 | 0.46 |
| Hex | AF | B2 | 39 | 2 | 0 | 44 | 1E | 3D | 33 | 2E |
| Octal | 257 | 262 | 71 | 2 | 0 | 104 | 36 | 75 | 63 | 56 |
| Binary | 10101111 | 10110010 | 111001 | 10 | 0 | 1000100 | 11110 | 111101 | 110011 | 101110 |
Color Harmonies of #AFB239
Complementary color
Monochromatic Colors of #AFB239
Black with #AFB239
Text Example
Text Example
White with #AFB239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB239; }
p { color: rgb(175,178,57); }
H1.HeaderClassName
{
color: #AFB239;
}
.AnyTagClassName
{
color: #AFB239;
}
</style>
background-color css
<style>
a { background-color: #AFB239; }
a { background-color: rgb(175,178,57); }
div.DivClassName
{
background-color: #AFB239;
}
.BgClassName
{
background-color: #AFB239;
}
</style>
border-color css
<style>
span { border-color: #AFB239; }
span { border-color: rgb(175,178,57); }
td.TdClassName
{
border-color: #AFB239;
}
.TagClassName
{
border-color: #AFB239;
}
</style>