Shades of Brass #AFAE48
Tints of Brass #AFAE48
RGB
CMYK
RGB Variations
Color information
#AFAE48 (or 0xAFAE48) is known color: Brass. HEX triplet: AF, AE and 48. RGB value is (175,174,72). Sum of RGB (Red+Green+Blue) = 175+174+72=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 72 (28.52% from 255 or 17.10% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAE48 is #5051B7. Grayscale: #A3A3A3. Windows color (decimal): -5263800 or 4763311. OLE color: 4763311.
HSL color Cylindrical-coordinate representation of color #AFAE48: hue angle of 59.42º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFAE48 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 174 | 72 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.31 |
| HSL | 59.42º | 0.42% | 0.48% | - |
| HSV(B) | 59.42º | 0.59% | 0.69% | - |
| XYZ | 33.98 | 39.85 | 12.03 | - |
| YUV | 162.67 | 76.83 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 174 | 72 | 0 | 0.01 | 0.59 | 0.31 | 59.42 | 0.42 | 0.48 |
| Hex | AF | AE | 48 | 0 | 1 | 3B | 1F | 3B | 2A | 30 |
| Octal | 257 | 256 | 110 | 0 | 1 | 73 | 37 | 73 | 52 | 60 |
| Binary | 10101111 | 10101110 | 1001000 | 0 | 1 | 111011 | 11111 | 111011 | 101010 | 110000 |
Color Harmonies of #AFAE48
Complementary color
Monochromatic Colors of #AFAE48
Black with #AFAE48
Text Example
Text Example
White with #AFAE48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAE48; }
p { color: rgb(175,174,72); }
H1.HeaderClassName
{
color: #AFAE48;
}
.AnyTagClassName
{
color: #AFAE48;
}
</style>
background-color css
<style>
a { background-color: #AFAE48; }
a { background-color: rgb(175,174,72); }
div.DivClassName
{
background-color: #AFAE48;
}
.BgClassName
{
background-color: #AFAE48;
}
</style>
border-color css
<style>
span { border-color: #AFAE48; }
span { border-color: rgb(175,174,72); }
td.TdClassName
{
border-color: #AFAE48;
}
.TagClassName
{
border-color: #AFAE48;
}
</style>