#A9A84D

Color #A9A84D Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brass #A9A84D

Tints of Brass #A9A84D

Color information

#A9A84D (or 0xA9A84D) is unknown color: approx Brass. HEX triplet: A9, A8 and 4D. RGB value is (169,168,77). Sum of RGB (Red+Green+Blue) = 169+168+77=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A84D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A84D is #5657B2. Grayscale: #9E9E9E. Windows color (decimal): -5658547 or 5089449. OLE color: 5089449.

HSL color Cylindrical-coordinate representation of color #A9A84D: hue angle of 59.35º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A9A84D is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB16916877-
CMYK00.010.540.34
HSL59.35º37.4%48.24%-
HSV(B)59.35º54.44%66.27%-
XYZ31.736.9812.49-
YUV157.9282.33135.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 40.82%
GREEN value IS 168 (66.02% from 255) = 40.58%
BLUE value IS 77 (30.47% from 255) = 18.60%
R=40.82%
G=40.58%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691687700.010.540.3459.3537.448.24
HexA9A84D0136223b2530
Octal251250115016642734560
Binary1010100110101000100110101110110100010111011100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A84D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A84D; }

 p { color: rgb(169,168,77); }

 H1.HeaderClassName
 {
   color: #A9A84D;
 }
 .AnyTagClassName
 {
   color: #A9A84D;
 }
</style>
background-color css

<style>
 a { background-color: #A9A84D; }

 a { background-color: rgb(169,168,77); }

 div.DivClassName
 {
   background-color: #A9A84D;
 }
 .BgClassName
 {
   background-color: #A9A84D;
 }
</style>
border-color css

<style>
 span { border-color: #A9A84D; }

 span { border-color: rgb(169,168,77); }

 td.TdClassName
 {
   border-color: #A9A84D;
 }
 .TagClassName
 {
   border-color: #A9A84D;
 }
</style>