Shades of Brass #AFAB42
Tints of Brass #AFAB42
RGB
CMYK
RGB Variations
Color information
#AFAB42 (or 0xAFAB42) is known color: Brass. HEX triplet: AF, AB and 42. RGB value is (175,171,66). Sum of RGB (Red+Green+Blue) = 175+171+66=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 66 (26.17% from 255 or 16.02% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAB42 is #5054BD. Grayscale: #A0A0A0. Windows color (decimal): -5264574 or 4369327. OLE color: 4369327.
HSL color Cylindrical-coordinate representation of color #AFAB42: hue angle of 57.8º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFAB42 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 171 | 66 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.31 |
| HSL | 57.8º | 0.45% | 0.47% | - |
| HSV(B) | 57.8º | 0.62% | 0.69% | - |
| XYZ | 33.23 | 38.63 | 10.86 | - |
| YUV | 160.23 | 74.83 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 171 | 66 | 0 | 0.02 | 0.62 | 0.31 | 57.8 | 0.45 | 0.47 |
| Hex | AF | AB | 42 | 0 | 2 | 3E | 1F | 3A | 2D | 2F |
| Octal | 257 | 253 | 102 | 0 | 2 | 76 | 37 | 72 | 55 | 57 |
| Binary | 10101111 | 10101011 | 1000010 | 0 | 10 | 111110 | 11111 | 111010 | 101101 | 101111 |
Color Harmonies of #AFAB42
Complementary color
Monochromatic Colors of #AFAB42
Black with #AFAB42
Text Example
Text Example
White with #AFAB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAB42; }
p { color: rgb(175,171,66); }
H1.HeaderClassName
{
color: #AFAB42;
}
.AnyTagClassName
{
color: #AFAB42;
}
</style>
background-color css
<style>
a { background-color: #AFAB42; }
a { background-color: rgb(175,171,66); }
div.DivClassName
{
background-color: #AFAB42;
}
.BgClassName
{
background-color: #AFAB42;
}
</style>
border-color css
<style>
span { border-color: #AFAB42; }
span { border-color: rgb(175,171,66); }
td.TdClassName
{
border-color: #AFAB42;
}
.TagClassName
{
border-color: #AFAB42;
}
</style>