Shades of Brass #AF9E3C
Tints of Brass #AF9E3C
RGB
CMYK
RGB Variations
Color information
#AF9E3C (or 0xAF9E3C) is known color: Brass. HEX triplet: AF, 9E and 3C. RGB value is (175,158,60). Sum of RGB (Red+Green+Blue) = 175+158+60=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 60 (23.83% from 255 or 15.27% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9E3C is #5061C3. Grayscale: #989898. Windows color (decimal): -5267908 or 3972783. OLE color: 3972783.
HSL color Cylindrical-coordinate representation of color #AF9E3C: hue angle of 51.13º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF9E3C is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 158 | 60 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.31 |
| HSL | 51.13º | 0.49% | 0.46% | - |
| HSV(B) | 51.13º | 0.66% | 0.69% | - |
| XYZ | 30.72 | 33.89 | 9.2 | - |
| YUV | 151.91 | 76.13 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 158 | 60 | 0 | 0.10 | 0.66 | 0.31 | 51.13 | 0.49 | 0.46 |
| Hex | AF | 9E | 3C | 0 | A | 42 | 1F | 33 | 31 | 2E |
| Octal | 257 | 236 | 74 | 0 | 12 | 102 | 37 | 63 | 61 | 56 |
| Binary | 10101111 | 10011110 | 111100 | 0 | 1010 | 1000010 | 11111 | 110011 | 110001 | 101110 |
Color Harmonies of #AF9E3C
Complementary color
Monochromatic Colors of #AF9E3C
Black with #AF9E3C
Text Example
Text Example
White with #AF9E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9E3C; }
p { color: rgb(175,158,60); }
H1.HeaderClassName
{
color: #AF9E3C;
}
.AnyTagClassName
{
color: #AF9E3C;
}
</style>
background-color css
<style>
a { background-color: #AF9E3C; }
a { background-color: rgb(175,158,60); }
div.DivClassName
{
background-color: #AF9E3C;
}
.BgClassName
{
background-color: #AF9E3C;
}
</style>
border-color css
<style>
span { border-color: #AF9E3C; }
span { border-color: rgb(175,158,60); }
td.TdClassName
{
border-color: #AF9E3C;
}
.TagClassName
{
border-color: #AF9E3C;
}
</style>