Shades of Brass #AFA245
Tints of Brass #AFA245
RGB
CMYK
RGB Variations
Color information
#AFA245 (or 0xAFA245) is known color: Brass. HEX triplet: AF, A2 and 45. RGB value is (175,162,69). Sum of RGB (Red+Green+Blue) = 175+162+69=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 69 (27.34% from 255 or 17.00% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA245 is #505DBA. Grayscale: #9B9B9B. Windows color (decimal): -5266875 or 4563631. OLE color: 4563631.
HSL color Cylindrical-coordinate representation of color #AFA245: hue angle of 52.64º 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 #AFA245 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 69 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.31 |
| HSL | 52.64º | 0.43% | 0.48% | - |
| HSV(B) | 52.64º | 0.61% | 0.69% | - |
| XYZ | 31.67 | 35.38 | 10.79 | - |
| YUV | 155.29 | 79.31 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 69 | 0 | 0.07 | 0.61 | 0.31 | 52.64 | 0.43 | 0.48 |
| Hex | AF | A2 | 45 | 0 | 7 | 3D | 1F | 35 | 2B | 30 |
| Octal | 257 | 242 | 105 | 0 | 7 | 75 | 37 | 65 | 53 | 60 |
| Binary | 10101111 | 10100010 | 1000101 | 0 | 111 | 111101 | 11111 | 110101 | 101011 | 110000 |
Color Harmonies of #AFA245
Complementary color
Monochromatic Colors of #AFA245
Black with #AFA245
Text Example
Text Example
White with #AFA245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA245; }
p { color: rgb(175,162,69); }
H1.HeaderClassName
{
color: #AFA245;
}
.AnyTagClassName
{
color: #AFA245;
}
</style>
background-color css
<style>
a { background-color: #AFA245; }
a { background-color: rgb(175,162,69); }
div.DivClassName
{
background-color: #AFA245;
}
.BgClassName
{
background-color: #AFA245;
}
</style>
border-color css
<style>
span { border-color: #AFA245; }
span { border-color: rgb(175,162,69); }
td.TdClassName
{
border-color: #AFA245;
}
.TagClassName
{
border-color: #AFA245;
}
</style>