Shades of Brass #AFB23A
Tints of Brass #AFB23A
RGB
CMYK
RGB Variations
Color information
#AFB23A (or 0xAFB23A) is known color: Brass. HEX triplet: AF, B2 and 3A. RGB value is (175,178,58). Sum of RGB (Red+Green+Blue) = 175+178+58=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 178 (69.92% from 255 or 43.31% from 411); Blue value is 58 (23.05% from 255 or 14.11% from 411); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB23A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB23A is #504DC5. Grayscale: #A3A3A3. Windows color (decimal): -5262790 or 3846831. OLE color: 3846831.
HSL color Cylindrical-coordinate representation of color #AFB23A: hue angle of 61.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFB23A is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 178 | 58 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.30 |
| HSL | 61.5º | 0.51% | 0.46% | - |
| HSV(B) | 61.5º | 0.67% | 0.7% | - |
| XYZ | 34.36 | 41.26 | 10.16 | - |
| YUV | 163.42 | 68.51 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 178 | 58 | 0.02 | 0 | 0.67 | 0.30 | 61.5 | 0.51 | 0.46 |
| Hex | AF | B2 | 3A | 2 | 0 | 43 | 1E | 3E | 33 | 2E |
| Octal | 257 | 262 | 72 | 2 | 0 | 103 | 36 | 76 | 63 | 56 |
| Binary | 10101111 | 10110010 | 111010 | 10 | 0 | 1000011 | 11110 | 111110 | 110011 | 101110 |
Color Harmonies of #AFB23A
Complementary color
Monochromatic Colors of #AFB23A
Black with #AFB23A
Text Example
Text Example
White with #AFB23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB23A; }
p { color: rgb(175,178,58); }
H1.HeaderClassName
{
color: #AFB23A;
}
.AnyTagClassName
{
color: #AFB23A;
}
</style>
background-color css
<style>
a { background-color: #AFB23A; }
a { background-color: rgb(175,178,58); }
div.DivClassName
{
background-color: #AFB23A;
}
.BgClassName
{
background-color: #AFB23A;
}
</style>
border-color css
<style>
span { border-color: #AFB23A; }
span { border-color: rgb(175,178,58); }
td.TdClassName
{
border-color: #AFB23A;
}
.TagClassName
{
border-color: #AFB23A;
}
</style>