Shades of Brass #AFB13C
Tints of Brass #AFB13C
RGB
CMYK
RGB Variations
Color information
#AFB13C (or 0xAFB13C) is known color: Brass. HEX triplet: AF, B1 and 3C. RGB value is (175,177,60). Sum of RGB (Red+Green+Blue) = 175+177+60=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 177 (69.53% from 255 or 42.96% from 412); Blue value is 60 (23.83% from 255 or 14.56% from 412); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB13C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB13C is #504EC3. Grayscale: #A3A3A3. Windows color (decimal): -5263044 or 3977647. OLE color: 3977647.
HSL color Cylindrical-coordinate representation of color #AFB13C: hue angle of 61.03º 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 #AFB13C is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 177 | 60 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.31 |
| HSL | 61.03º | 0.49% | 0.46% | - |
| HSV(B) | 61.03º | 0.66% | 0.69% | - |
| XYZ | 34.22 | 40.88 | 10.36 | - |
| YUV | 163.06 | 69.84 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 60 | 0.01 | 0 | 0.66 | 0.31 | 61.03 | 0.49 | 0.46 |
| Hex | AF | B1 | 3C | 1 | 0 | 42 | 1F | 3D | 31 | 2E |
| Octal | 257 | 261 | 74 | 1 | 0 | 102 | 37 | 75 | 61 | 56 |
| Binary | 10101111 | 10110001 | 111100 | 1 | 0 | 1000010 | 11111 | 111101 | 110001 | 101110 |
Color Harmonies of #AFB13C
Complementary color
Monochromatic Colors of #AFB13C
Black with #AFB13C
Text Example
Text Example
White with #AFB13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB13C; }
p { color: rgb(175,177,60); }
H1.HeaderClassName
{
color: #AFB13C;
}
.AnyTagClassName
{
color: #AFB13C;
}
</style>
background-color css
<style>
a { background-color: #AFB13C; }
a { background-color: rgb(175,177,60); }
div.DivClassName
{
background-color: #AFB13C;
}
.BgClassName
{
background-color: #AFB13C;
}
</style>
border-color css
<style>
span { border-color: #AFB13C; }
span { border-color: rgb(175,177,60); }
td.TdClassName
{
border-color: #AFB13C;
}
.TagClassName
{
border-color: #AFB13C;
}
</style>