Shades of Brass #AFA845
Tints of Brass #AFA845
RGB
CMYK
RGB Variations
Color information
#AFA845 (or 0xAFA845) is known color: Brass. HEX triplet: AF, A8 and 45. RGB value is (175,168,69). Sum of RGB (Red+Green+Blue) = 175+168+69=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 69 (27.34% from 255 or 16.75% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA845 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA845 is #5057BA. Grayscale: #9F9F9F. Windows color (decimal): -5265339 or 4565167. OLE color: 4565167.
HSL color Cylindrical-coordinate representation of color #AFA845: hue angle of 56.04º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFA845 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 168 | 69 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.31 |
| HSL | 56.04º | 0.43% | 0.48% | - |
| HSV(B) | 56.04º | 0.61% | 0.69% | - |
| XYZ | 32.76 | 37.55 | 11.15 | - |
| YUV | 158.81 | 77.32 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 69 | 0 | 0.04 | 0.61 | 0.31 | 56.04 | 0.43 | 0.48 |
| Hex | AF | A8 | 45 | 0 | 4 | 3D | 1F | 38 | 2B | 30 |
| Octal | 257 | 250 | 105 | 0 | 4 | 75 | 37 | 70 | 53 | 60 |
| Binary | 10101111 | 10101000 | 1000101 | 0 | 100 | 111101 | 11111 | 111000 | 101011 | 110000 |
Color Harmonies of #AFA845
Complementary color
Monochromatic Colors of #AFA845
Black with #AFA845
Text Example
Text Example
White with #AFA845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA845; }
p { color: rgb(175,168,69); }
H1.HeaderClassName
{
color: #AFA845;
}
.AnyTagClassName
{
color: #AFA845;
}
</style>
background-color css
<style>
a { background-color: #AFA845; }
a { background-color: rgb(175,168,69); }
div.DivClassName
{
background-color: #AFA845;
}
.BgClassName
{
background-color: #AFA845;
}
</style>
border-color css
<style>
span { border-color: #AFA845; }
span { border-color: rgb(175,168,69); }
td.TdClassName
{
border-color: #AFA845;
}
.TagClassName
{
border-color: #AFA845;
}
</style>