Shades of Brass #A8A44F
Tints of Brass #A8A44F
RGB
CMYK
RGB Variations
Color information
#A8A44F (or 0xA8A44F) is known color: Brass. HEX triplet: A8, A4 and 4F. RGB value is (168,164,79). Sum of RGB (Red+Green+Blue) = 168+164+79=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 79 (31.25% from 255 or 19.22% from 411); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A44F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A44F is #575BB0. Grayscale: #9B9B9B. Windows color (decimal): -5725105 or 5219496. OLE color: 5219496.
HSL color Cylindrical-coordinate representation of color #A8A44F: hue angle of 57.3º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A8A44F is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 164 | 79 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.34 |
| HSL | 57.3º | 0.36% | 0.48% | - |
| HSV(B) | 57.3º | 0.53% | 0.66% | - |
| XYZ | 30.84 | 35.44 | 12.61 | - |
| YUV | 155.51 | 84.83 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 164 | 79 | 0 | 0.02 | 0.53 | 0.34 | 57.3 | 0.36 | 0.48 |
| Hex | A8 | A4 | 4F | 0 | 2 | 35 | 22 | 39 | 24 | 30 |
| Octal | 250 | 244 | 117 | 0 | 2 | 65 | 42 | 71 | 44 | 60 |
| Binary | 10101000 | 10100100 | 1001111 | 0 | 10 | 110101 | 100010 | 111001 | 100100 | 110000 |
Color Harmonies of #A8A44F
Complementary color
Monochromatic Colors of #A8A44F
Black with #A8A44F
Text Example
Text Example
White with #A8A44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A44F; }
p { color: rgb(168,164,79); }
H1.HeaderClassName
{
color: #A8A44F;
}
.AnyTagClassName
{
color: #A8A44F;
}
</style>
background-color css
<style>
a { background-color: #A8A44F; }
a { background-color: rgb(168,164,79); }
div.DivClassName
{
background-color: #A8A44F;
}
.BgClassName
{
background-color: #A8A44F;
}
</style>
border-color css
<style>
span { border-color: #A8A44F; }
span { border-color: rgb(168,164,79); }
td.TdClassName
{
border-color: #A8A44F;
}
.TagClassName
{
border-color: #A8A44F;
}
</style>