Shades of Brass #AFB23B
Tints of Brass #AFB23B
RGB
CMYK
RGB Variations
Color information
#AFB23B (or 0xAFB23B) is known color: Brass. HEX triplet: AF, B2 and 3B. RGB value is (175,178,59). Sum of RGB (Red+Green+Blue) = 175+178+59=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 178 (69.92% from 255 or 43.20% from 412); Blue value is 59 (23.44% from 255 or 14.32% from 412); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB23B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB23B is #504DC4. Grayscale: #A4A4A4. Windows color (decimal): -5262789 or 3912367. OLE color: 3912367.
HSL color Cylindrical-coordinate representation of color #AFB23B: hue angle of 61.51º degrees, saturation: 0.5, 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 #AFB23B is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 178 | 59 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.30 |
| HSL | 61.51º | 0.5% | 0.46% | - |
| HSV(B) | 61.51º | 0.67% | 0.7% | - |
| XYZ | 34.39 | 41.27 | 10.29 | - |
| YUV | 163.54 | 69.01 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 178 | 59 | 0.02 | 0 | 0.67 | 0.30 | 61.51 | 0.5 | 0.46 |
| Hex | AF | B2 | 3B | 2 | 0 | 43 | 1E | 3E | 32 | 2E |
| Octal | 257 | 262 | 73 | 2 | 0 | 103 | 36 | 76 | 62 | 56 |
| Binary | 10101111 | 10110010 | 111011 | 10 | 0 | 1000011 | 11110 | 111110 | 110010 | 101110 |
Color Harmonies of #AFB23B
Complementary color
Monochromatic Colors of #AFB23B
Black with #AFB23B
Text Example
Text Example
White with #AFB23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB23B; }
p { color: rgb(175,178,59); }
H1.HeaderClassName
{
color: #AFB23B;
}
.AnyTagClassName
{
color: #AFB23B;
}
</style>
background-color css
<style>
a { background-color: #AFB23B; }
a { background-color: rgb(175,178,59); }
div.DivClassName
{
background-color: #AFB23B;
}
.BgClassName
{
background-color: #AFB23B;
}
</style>
border-color css
<style>
span { border-color: #AFB23B; }
span { border-color: rgb(175,178,59); }
td.TdClassName
{
border-color: #AFB23B;
}
.TagClassName
{
border-color: #AFB23B;
}
</style>