#A9AA3C

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

Shades of Brass #A9AA3C

Tints of Brass #A9AA3C

Color information

#A9AA3C (or 0xA9AA3C) is unknown color: approx Brass. HEX triplet: A9, AA and 3C. RGB value is (169,170,60). Sum of RGB (Red+Green+Blue) = 169+170+60=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 60 (23.83% from 255 or 15.04% from 399); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AA3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9AA3C is #5655C3. Grayscale: #9D9D9D. Windows color (decimal): -5658052 or 3975849. OLE color: 3975849.

HSL color Cylindrical-coordinate representation of color #A9AA3C: hue angle of 60.55º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A9AA3C is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB16917060-
CMYK0.0100.650.33
HSL60.55º47.83%45.1%-
HSV(B)60.55º64.71%66.67%-
XYZ31.5537.519.85-
YUV157.1673.17136.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.36%
GREEN value IS 170 (66.80% from 255) = 42.61%
BLUE value IS 60 (23.83% from 255) = 15.04%
R=42.36%
G=42.61%
B=15.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169170600.0100.650.3360.5547.8345.1
HexA9AA3C1041213d302d
Octal251252741010141756055
Binary1010100110101010111100101000001100001111101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AA3C; }

 p { color: rgb(169,170,60); }

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

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

 a { background-color: rgb(169,170,60); }

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

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

 span { border-color: rgb(169,170,60); }

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