Shades of Brass #AFA534
Tints of Brass #AFA534
RGB
CMYK
RGB Variations
Color information
#AFA534 (or 0xAFA534) is known color: Brass. HEX triplet: AF, A5 and 34. RGB value is (175,165,52). Sum of RGB (Red+Green+Blue) = 175+165+52=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 52 (20.70% from 255 or 13.27% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA534 is #505ACB. Grayscale: #9B9B9B. Windows color (decimal): -5266124 or 3450287. OLE color: 3450287.
HSL color Cylindrical-coordinate representation of color #AFA534: hue angle of 55.12º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFA534 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 165 | 52 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.31 |
| HSL | 55.12º | 0.54% | 0.45% | - |
| HSV(B) | 55.12º | 0.7% | 0.69% | - |
| XYZ | 31.75 | 36.27 | 8.58 | - |
| YUV | 155.11 | 69.81 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 165 | 52 | 0 | 0.06 | 0.70 | 0.31 | 55.12 | 0.54 | 0.45 |
| Hex | AF | A5 | 34 | 0 | 6 | 46 | 1F | 37 | 36 | 2D |
| Octal | 257 | 245 | 64 | 0 | 6 | 106 | 37 | 67 | 66 | 55 |
| Binary | 10101111 | 10100101 | 110100 | 0 | 110 | 1000110 | 11111 | 110111 | 110110 | 101101 |
Color Harmonies of #AFA534
Complementary color
Monochromatic Colors of #AFA534
Black with #AFA534
Text Example
Text Example
White with #AFA534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA534; }
p { color: rgb(175,165,52); }
H1.HeaderClassName
{
color: #AFA534;
}
.AnyTagClassName
{
color: #AFA534;
}
</style>
background-color css
<style>
a { background-color: #AFA534; }
a { background-color: rgb(175,165,52); }
div.DivClassName
{
background-color: #AFA534;
}
.BgClassName
{
background-color: #AFA534;
}
</style>
border-color css
<style>
span { border-color: #AFA534; }
span { border-color: rgb(175,165,52); }
td.TdClassName
{
border-color: #AFA534;
}
.TagClassName
{
border-color: #AFA534;
}
</style>