Shades of Brass #A8AF3D
Tints of Brass #A8AF3D
RGB
CMYK
RGB Variations
Color information
#A8AF3D (or 0xA8AF3D) is known color: Brass. HEX triplet: A8, AF and 3D. RGB value is (168,175,61). Sum of RGB (Red+Green+Blue) = 168+175+61=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 61 (24.22% from 255 or 15.10% from 404); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AF3D is #5750C2. Grayscale: #A0A0A0. Windows color (decimal): -5722307 or 4042664. OLE color: 4042664.
HSL color Cylindrical-coordinate representation of color #A8AF3D: hue angle of 63.68º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8AF3D is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 61 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.31 |
| HSL | 63.68º | 0.48% | 0.46% | - |
| HSV(B) | 63.68º | 0.65% | 0.69% | - |
| XYZ | 32.32 | 39.32 | 10.3 | - |
| YUV | 159.91 | 72.18 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 61 | 0.04 | 0 | 0.65 | 0.31 | 63.68 | 0.48 | 0.46 |
| Hex | A8 | AF | 3D | 4 | 0 | 41 | 1F | 40 | 30 | 2E |
| Octal | 250 | 257 | 75 | 4 | 0 | 101 | 37 | 100 | 60 | 56 |
| Binary | 10101000 | 10101111 | 111101 | 100 | 0 | 1000001 | 11111 | 1000000 | 110000 | 101110 |
Color Harmonies of #A8AF3D
Complementary color
Monochromatic Colors of #A8AF3D
Black with #A8AF3D
Text Example
Text Example
White with #A8AF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF3D; }
p { color: rgb(168,175,61); }
H1.HeaderClassName
{
color: #A8AF3D;
}
.AnyTagClassName
{
color: #A8AF3D;
}
</style>
background-color css
<style>
a { background-color: #A8AF3D; }
a { background-color: rgb(168,175,61); }
div.DivClassName
{
background-color: #A8AF3D;
}
.BgClassName
{
background-color: #A8AF3D;
}
</style>
border-color css
<style>
span { border-color: #A8AF3D; }
span { border-color: rgb(168,175,61); }
td.TdClassName
{
border-color: #A8AF3D;
}
.TagClassName
{
border-color: #A8AF3D;
}
</style>