Shades of Brass #AFA335
Tints of Brass #AFA335
RGB
CMYK
RGB Variations
Color information
#AFA335 (or 0xAFA335) is known color: Brass. HEX triplet: AF, A3 and 35. RGB value is (175,163,53). Sum of RGB (Red+Green+Blue) = 175+163+53=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 53 (21.09% from 255 or 13.55% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA335 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA335 is #505CCA. Grayscale: #9A9A9A. Windows color (decimal): -5266635 or 3515311. OLE color: 3515311.
HSL color Cylindrical-coordinate representation of color #AFA335: hue angle of 54.1º 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 #AFA335 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 163 | 53 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.31 |
| HSL | 54.1º | 0.54% | 0.45% | - |
| HSV(B) | 54.1º | 0.7% | 0.69% | - |
| XYZ | 31.42 | 35.57 | 8.58 | - |
| YUV | 154.05 | 70.98 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 163 | 53 | 0 | 0.07 | 0.70 | 0.31 | 54.1 | 0.54 | 0.45 |
| Hex | AF | A3 | 35 | 0 | 7 | 46 | 1F | 36 | 36 | 2D |
| Octal | 257 | 243 | 65 | 0 | 7 | 106 | 37 | 66 | 66 | 55 |
| Binary | 10101111 | 10100011 | 110101 | 0 | 111 | 1000110 | 11111 | 110110 | 110110 | 101101 |
Color Harmonies of #AFA335
Complementary color
Monochromatic Colors of #AFA335
Black with #AFA335
Text Example
Text Example
White with #AFA335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA335; }
p { color: rgb(175,163,53); }
H1.HeaderClassName
{
color: #AFA335;
}
.AnyTagClassName
{
color: #AFA335;
}
</style>
background-color css
<style>
a { background-color: #AFA335; }
a { background-color: rgb(175,163,53); }
div.DivClassName
{
background-color: #AFA335;
}
.BgClassName
{
background-color: #AFA335;
}
</style>
border-color css
<style>
span { border-color: #AFA335; }
span { border-color: rgb(175,163,53); }
td.TdClassName
{
border-color: #AFA335;
}
.TagClassName
{
border-color: #AFA335;
}
</style>