Shades of Brass #AFAD3C
Tints of Brass #AFAD3C
RGB
CMYK
RGB Variations
Color information
#AFAD3C (or 0xAFAD3C) is known color: Brass. HEX triplet: AF, AD and 3C. RGB value is (175,173,60). Sum of RGB (Red+Green+Blue) = 175+173+60=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 173 (67.97% from 255 or 42.40% from 408); Blue value is 60 (23.83% from 255 or 14.71% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAD3C is #5052C3. Grayscale: #A1A1A1. Windows color (decimal): -5264068 or 3976623. OLE color: 3976623.
HSL color Cylindrical-coordinate representation of color #AFAD3C: hue angle of 58.96º 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 #AFAD3C is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 173 | 60 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.31 |
| HSL | 58.96º | 0.49% | 0.46% | - |
| HSV(B) | 58.96º | 0.66% | 0.69% | - |
| XYZ | 33.44 | 39.33 | 10.1 | - |
| YUV | 160.72 | 71.16 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 173 | 60 | 0 | 0.01 | 0.66 | 0.31 | 58.96 | 0.49 | 0.46 |
| Hex | AF | AD | 3C | 0 | 1 | 42 | 1F | 3B | 31 | 2E |
| Octal | 257 | 255 | 74 | 0 | 1 | 102 | 37 | 73 | 61 | 56 |
| Binary | 10101111 | 10101101 | 111100 | 0 | 1 | 1000010 | 11111 | 111011 | 110001 | 101110 |
Color Harmonies of #AFAD3C
Complementary color
Monochromatic Colors of #AFAD3C
Black with #AFAD3C
Text Example
Text Example
White with #AFAD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAD3C; }
p { color: rgb(175,173,60); }
H1.HeaderClassName
{
color: #AFAD3C;
}
.AnyTagClassName
{
color: #AFAD3C;
}
</style>
background-color css
<style>
a { background-color: #AFAD3C; }
a { background-color: rgb(175,173,60); }
div.DivClassName
{
background-color: #AFAD3C;
}
.BgClassName
{
background-color: #AFAD3C;
}
</style>
border-color css
<style>
span { border-color: #AFAD3C; }
span { border-color: rgb(175,173,60); }
td.TdClassName
{
border-color: #AFAD3C;
}
.TagClassName
{
border-color: #AFAD3C;
}
</style>