Shades of Brass #AFB33B
Tints of Brass #AFB33B
RGB
CMYK
RGB Variations
Color information
#AFB33B (or 0xAFB33B) is known color: Brass. HEX triplet: AF, B3 and 3B. RGB value is (175,179,59). Sum of RGB (Red+Green+Blue) = 175+179+59=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 179 (70.31% from 255 or 43.34% from 413); Blue value is 59 (23.44% from 255 or 14.29% from 413); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB33B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB33B is #504CC4. Grayscale: #A4A4A4. Windows color (decimal): -5262533 or 3912623. OLE color: 3912623.
HSL color Cylindrical-coordinate representation of color #AFB33B: hue angle of 62º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFB33B is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 179 | 59 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.30 |
| HSL | 62º | 0.5% | 0.47% | - |
| HSV(B) | 62º | 0.67% | 0.7% | - |
| XYZ | 34.59 | 41.67 | 10.36 | - |
| YUV | 164.12 | 68.67 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 179 | 59 | 0.02 | 0 | 0.67 | 0.30 | 62 | 0.5 | 0.47 |
| Hex | AF | B3 | 3B | 2 | 0 | 43 | 1E | 3E | 32 | 2F |
| Octal | 257 | 263 | 73 | 2 | 0 | 103 | 36 | 76 | 62 | 57 |
| Binary | 10101111 | 10110011 | 111011 | 10 | 0 | 1000011 | 11110 | 111110 | 110010 | 101111 |
Color Harmonies of #AFB33B
Complementary color
Monochromatic Colors of #AFB33B
Black with #AFB33B
Text Example
Text Example
White with #AFB33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB33B; }
p { color: rgb(175,179,59); }
H1.HeaderClassName
{
color: #AFB33B;
}
.AnyTagClassName
{
color: #AFB33B;
}
</style>
background-color css
<style>
a { background-color: #AFB33B; }
a { background-color: rgb(175,179,59); }
div.DivClassName
{
background-color: #AFB33B;
}
.BgClassName
{
background-color: #AFB33B;
}
</style>
border-color css
<style>
span { border-color: #AFB33B; }
span { border-color: rgb(175,179,59); }
td.TdClassName
{
border-color: #AFB33B;
}
.TagClassName
{
border-color: #AFB33B;
}
</style>