Shades of Brass #AFB242
Tints of Brass #AFB242
RGB
CMYK
RGB Variations
Color information
#AFB242 (or 0xAFB242) is known color: Brass. HEX triplet: AF, B2 and 42. RGB value is (175,178,66). Sum of RGB (Red+Green+Blue) = 175+178+66=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 178 (69.92% from 255 or 42.48% from 419); Blue value is 66 (26.17% from 255 or 15.75% from 419); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB242 is #504DBD. Grayscale: #A4A4A4. Windows color (decimal): -5262782 or 4371119. OLE color: 4371119.
HSL color Cylindrical-coordinate representation of color #AFB242: hue angle of 61.61º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFB242 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 178 | 66 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.30 |
| HSL | 61.61º | 0.46% | 0.48% | - |
| HSV(B) | 61.61º | 0.63% | 0.7% | - |
| XYZ | 34.58 | 41.35 | 11.31 | - |
| YUV | 164.34 | 72.51 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 178 | 66 | 0.02 | 0 | 0.63 | 0.30 | 61.61 | 0.46 | 0.48 |
| Hex | AF | B2 | 42 | 2 | 0 | 3F | 1E | 3E | 2E | 30 |
| Octal | 257 | 262 | 102 | 2 | 0 | 77 | 36 | 76 | 56 | 60 |
| Binary | 10101111 | 10110010 | 1000010 | 10 | 0 | 111111 | 11110 | 111110 | 101110 | 110000 |
Color Harmonies of #AFB242
Complementary color
Monochromatic Colors of #AFB242
Black with #AFB242
Text Example
Text Example
White with #AFB242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB242; }
p { color: rgb(175,178,66); }
H1.HeaderClassName
{
color: #AFB242;
}
.AnyTagClassName
{
color: #AFB242;
}
</style>
background-color css
<style>
a { background-color: #AFB242; }
a { background-color: rgb(175,178,66); }
div.DivClassName
{
background-color: #AFB242;
}
.BgClassName
{
background-color: #AFB242;
}
</style>
border-color css
<style>
span { border-color: #AFB242; }
span { border-color: rgb(175,178,66); }
td.TdClassName
{
border-color: #AFB242;
}
.TagClassName
{
border-color: #AFB242;
}
</style>