Shades of Brass #AFA553
Tints of Brass #AFA553
RGB
CMYK
RGB Variations
Color information
#AFA553 (or 0xAFA553) is known color: Brass. HEX triplet: AF, A5 and 53. RGB value is (175,165,83). Sum of RGB (Red+Green+Blue) = 175+165+83=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 83 (32.81% from 255 or 19.62% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA553 is #505AAC. Grayscale: #9E9E9E. Windows color (decimal): -5266093 or 5481903. OLE color: 5481903.
HSL color Cylindrical-coordinate representation of color #AFA553: hue angle of 53.48º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFA553 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 165 | 83 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.31 |
| HSL | 53.48º | 0.37% | 0.51% | - |
| HSV(B) | 53.48º | 0.53% | 0.69% | - |
| XYZ | 32.7 | 36.65 | 13.53 | - |
| YUV | 158.64 | 85.31 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 165 | 83 | 0 | 0.06 | 0.53 | 0.31 | 53.48 | 0.37 | 0.51 |
| Hex | AF | A5 | 53 | 0 | 6 | 35 | 1F | 35 | 25 | 33 |
| Octal | 257 | 245 | 123 | 0 | 6 | 65 | 37 | 65 | 45 | 63 |
| Binary | 10101111 | 10100101 | 1010011 | 0 | 110 | 110101 | 11111 | 110101 | 100101 | 110011 |
Color Harmonies of #AFA553
Complementary color
Monochromatic Colors of #AFA553
Black with #AFA553
Text Example
Text Example
White with #AFA553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA553; }
p { color: rgb(175,165,83); }
H1.HeaderClassName
{
color: #AFA553;
}
.AnyTagClassName
{
color: #AFA553;
}
</style>
background-color css
<style>
a { background-color: #AFA553; }
a { background-color: rgb(175,165,83); }
div.DivClassName
{
background-color: #AFA553;
}
.BgClassName
{
background-color: #AFA553;
}
</style>
border-color css
<style>
span { border-color: #AFA553; }
span { border-color: rgb(175,165,83); }
td.TdClassName
{
border-color: #AFA553;
}
.TagClassName
{
border-color: #AFA553;
}
</style>