Shades of Brass #AFAE3F
Tints of Brass #AFAE3F
RGB
CMYK
RGB Variations
Color information
#AFAE3F (or 0xAFAE3F) is known color: Brass. HEX triplet: AF, AE and 3F. RGB value is (175,174,63). Sum of RGB (Red+Green+Blue) = 175+174+63=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 63 (25% from 255 or 15.29% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAE3F is #5051C0. Grayscale: #A2A2A2. Windows color (decimal): -5263809 or 4173487. OLE color: 4173487.
HSL color Cylindrical-coordinate representation of color #AFAE3F: hue angle of 59.46º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFAE3F is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 174 | 63 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.31 |
| HSL | 59.46º | 0.47% | 0.47% | - |
| HSV(B) | 59.46º | 0.64% | 0.69% | - |
| XYZ | 33.71 | 39.74 | 10.6 | - |
| YUV | 161.65 | 72.33 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 174 | 63 | 0 | 0.01 | 0.64 | 0.31 | 59.46 | 0.47 | 0.47 |
| Hex | AF | AE | 3F | 0 | 1 | 40 | 1F | 3B | 2F | 2F |
| Octal | 257 | 256 | 77 | 0 | 1 | 100 | 37 | 73 | 57 | 57 |
| Binary | 10101111 | 10101110 | 111111 | 0 | 1 | 1000000 | 11111 | 111011 | 101111 | 101111 |
Color Harmonies of #AFAE3F
Complementary color
Monochromatic Colors of #AFAE3F
Black with #AFAE3F
Text Example
Text Example
White with #AFAE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAE3F; }
p { color: rgb(175,174,63); }
H1.HeaderClassName
{
color: #AFAE3F;
}
.AnyTagClassName
{
color: #AFAE3F;
}
</style>
background-color css
<style>
a { background-color: #AFAE3F; }
a { background-color: rgb(175,174,63); }
div.DivClassName
{
background-color: #AFAE3F;
}
.BgClassName
{
background-color: #AFAE3F;
}
</style>
border-color css
<style>
span { border-color: #AFAE3F; }
span { border-color: rgb(175,174,63); }
td.TdClassName
{
border-color: #AFAE3F;
}
.TagClassName
{
border-color: #AFAE3F;
}
</style>