Shades of Brass #AFB140
Tints of Brass #AFB140
RGB
CMYK
RGB Variations
Color information
#AFB140 (or 0xAFB140) is known color: Brass. HEX triplet: AF, B1 and 40. RGB value is (175,177,64). Sum of RGB (Red+Green+Blue) = 175+177+64=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB140 is #504EBF. Grayscale: #A3A3A3. Windows color (decimal): -5263040 or 4239791. OLE color: 4239791.
HSL color Cylindrical-coordinate representation of color #AFB140: hue angle of 61.06º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFB140 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 177 | 64 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.31 |
| HSL | 61.06º | 0.47% | 0.47% | - |
| HSV(B) | 61.06º | 0.64% | 0.69% | - |
| XYZ | 34.33 | 40.93 | 10.94 | - |
| YUV | 163.52 | 71.84 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 64 | 0.01 | 0 | 0.64 | 0.31 | 61.06 | 0.47 | 0.47 |
| Hex | AF | B1 | 40 | 1 | 0 | 40 | 1F | 3D | 2F | 2F |
| Octal | 257 | 261 | 100 | 1 | 0 | 100 | 37 | 75 | 57 | 57 |
| Binary | 10101111 | 10110001 | 1000000 | 1 | 0 | 1000000 | 11111 | 111101 | 101111 | 101111 |
Color Harmonies of #AFB140
Complementary color
Monochromatic Colors of #AFB140
Black with #AFB140
Text Example
Text Example
White with #AFB140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB140; }
p { color: rgb(175,177,64); }
H1.HeaderClassName
{
color: #AFB140;
}
.AnyTagClassName
{
color: #AFB140;
}
</style>
background-color css
<style>
a { background-color: #AFB140; }
a { background-color: rgb(175,177,64); }
div.DivClassName
{
background-color: #AFB140;
}
.BgClassName
{
background-color: #AFB140;
}
</style>
border-color css
<style>
span { border-color: #AFB140; }
span { border-color: rgb(175,177,64); }
td.TdClassName
{
border-color: #AFB140;
}
.TagClassName
{
border-color: #AFB140;
}
</style>