Shades of Brass #AFB145
Tints of Brass #AFB145
RGB
CMYK
RGB Variations
Color information
#AFB145 (or 0xAFB145) is known color: Brass. HEX triplet: AF, B1 and 45. RGB value is (175,177,69). Sum of RGB (Red+Green+Blue) = 175+177+69=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 177 (69.53% from 255 or 42.04% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB145 is #504EBA. Grayscale: #A4A4A4. Windows color (decimal): -5263035 or 4567471. OLE color: 4567471.
HSL color Cylindrical-coordinate representation of color #AFB145: hue angle of 61.11º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFB145 is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 177 | 69 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.31 |
| HSL | 61.11º | 0.44% | 0.48% | - |
| HSV(B) | 61.11º | 0.61% | 0.69% | - |
| XYZ | 34.48 | 40.99 | 11.72 | - |
| YUV | 164.09 | 74.34 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 69 | 0.01 | 0 | 0.61 | 0.31 | 61.11 | 0.44 | 0.48 |
| Hex | AF | B1 | 45 | 1 | 0 | 3D | 1F | 3D | 2C | 30 |
| Octal | 257 | 261 | 105 | 1 | 0 | 75 | 37 | 75 | 54 | 60 |
| Binary | 10101111 | 10110001 | 1000101 | 1 | 0 | 111101 | 11111 | 111101 | 101100 | 110000 |
Color Harmonies of #AFB145
Complementary color
Monochromatic Colors of #AFB145
Black with #AFB145
Text Example
Text Example
White with #AFB145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB145; }
p { color: rgb(175,177,69); }
H1.HeaderClassName
{
color: #AFB145;
}
.AnyTagClassName
{
color: #AFB145;
}
</style>
background-color css
<style>
a { background-color: #AFB145; }
a { background-color: rgb(175,177,69); }
div.DivClassName
{
background-color: #AFB145;
}
.BgClassName
{
background-color: #AFB145;
}
</style>
border-color css
<style>
span { border-color: #AFB145; }
span { border-color: rgb(175,177,69); }
td.TdClassName
{
border-color: #AFB145;
}
.TagClassName
{
border-color: #AFB145;
}
</style>